From bc6196b969d327af670428163067828b21124dde Mon Sep 17 00:00:00 2001 From: Vincent Chau <99756290+vincentwschau@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:28:17 -0500 Subject: [PATCH] Fix lint. --- .../roundtable/src/tasks/update-research-environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/services/roundtable/src/tasks/update-research-environment.ts b/indexer/services/roundtable/src/tasks/update-research-environment.ts index d438c469d0..6a578dcdec 100644 --- a/indexer/services/roundtable/src/tasks/update-research-environment.ts +++ b/indexer/services/roundtable/src/tasks/update-research-environment.ts @@ -33,6 +33,7 @@ import * as athenaOrders from '../lib/athena-ddl-tables/orders'; import * as athenaPerpetualMarkets from '../lib/athena-ddl-tables/perpetual_markets'; import * as athenaPerpetualPositions from '../lib/athena-ddl-tables/perpetual_positions'; import * as athenaPnlTicks from '../lib/athena-ddl-tables/pnl_ticks'; +import * as athenaSubaccountUsernames from '../lib/athena-ddl-tables/subaccount_usernames'; import * as athenaSubaccounts from '../lib/athena-ddl-tables/subaccounts'; import * as athenaTendermintEvents from '../lib/athena-ddl-tables/tendermint_events'; import * as athenaTradingRewardAggregations from '../lib/athena-ddl-tables/trading_reward_aggregations'; @@ -40,7 +41,6 @@ import * as athenaTradingRewards from '../lib/athena-ddl-tables/trading_rewards' import * as athenaTransfers from '../lib/athena-ddl-tables/transfers'; import * as athenaVaults from '../lib/athena-ddl-tables/vaults'; import * as athenaWallets from '../lib/athena-ddl-tables/wallets'; -import * as athenaSubaccountUsernames from '../lib/athena-ddl-tables/subaccount_usernames'; export const tablesToAddToAthena: { [table: string]: AthenaTableDDLQueries } = { asset_positions: athenaAssetPositions,