services/rfq/api/db/sql/base/store.go
Method Store.GetQuotesByOriginAndDestination
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (s *Store) GetQuotesByOriginAndDestination(ctx context.Context, originChainID uint64, originTokenAddr string, destChainID uint64, destTokenAddr string) ([]*db.Quote, error) {