Skip to content

Commit

Permalink
TW-1537 Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lourenc committed Sep 10, 2024
1 parent 43e0cd2 commit d322249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { getPlatforms } from './notifications/utils/get-platforms.util';
import { redisClient } from './redis';
import { evmRouter } from './routers/evm';
import { adRulesRouter } from './routers/slise-ad-rules';
import { getTkeyStats } from './tkey-stats';
import { getABData } from './utils/ab-test';
import { cancelAliceBobOrder } from './utils/alice-bob/cancel-alice-bob-order';
import { createAliceBobOrder } from './utils/alice-bob/create-alice-bob-order';
Expand All @@ -39,7 +40,6 @@ import { getSignedMoonPayUrl } from './utils/moonpay/get-signed-moonpay-url';
import { getSigningNonce } from './utils/signing-nonce';
import SingleQueryDataProvider from './utils/SingleQueryDataProvider';
import { getExchangeRates } from './utils/tokens';
import { getTkeyStats } from './tkey-stats';

const PINO_LOGGER = {
logger: logger.child({ name: 'web' }),
Expand Down
2 changes: 1 addition & 1 deletion src/tkey-stats.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import memoizee from 'memoizee';
import axios from 'axios';
import memoizee from 'memoizee';

const CONTRACT = 'KT1VaEsVNiBoA56eToEK6n6BcPgh1tdx9eXi';
const BURN_ADDRESS = 'tz1burnburnburnburnburnburnburjAYjjX';
Expand Down

0 comments on commit d322249

Please sign in to comment.