Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Jan 8, 2025
1 parent c8790e0 commit bc6196b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ 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';
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,
Expand Down

0 comments on commit bc6196b

Please sign in to comment.