Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Mar 22, 2024
1 parent b473914 commit 56d19ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indexer/packages/redis/src/helpers/order-helper.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {IndexerOrder, RedisOrder, RedisOrder_TickerType} from '@dydxprotocol-indexer/v4-protos';
import {OrderTable, PerpetualMarketFromDatabase, protocolTranslations} from '@dydxprotocol-indexer/postgres';
import { OrderTable, PerpetualMarketFromDatabase, protocolTranslations } from '@dydxprotocol-indexer/postgres';
import { IndexerOrder, RedisOrder, RedisOrder_TickerType } from '@dydxprotocol-indexer/v4-protos';

/**
* Creates a `RedisOrder` given an `Order` and the corresponding `PerpetualMarket` for the `Order`.
Expand Down

0 comments on commit 56d19ea

Please sign in to comment.