Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Dec 13, 2024
1 parent 8b36408 commit 27b801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ports/trades/component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import SQL from 'sql-template-strings'
import { ERC721TradeAsset, Event, TradeAssetDirection, TradeCreation } from '@dcl/schemas'
import { Event, TradeAssetDirection, TradeCreation } from '@dcl/schemas'
import { fromDbTradeAndDBTradeAssetWithValueListToTrade } from '../../adapters/trades/trades'
import { isErrorWithMessage } from '../../logic/errors'
import { validateAssetOwnership, validateTradeSignature } from '../../logic/trades/utils'
Expand Down

0 comments on commit 27b801d

Please sign in to comment.