Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmdssi committed Jan 25, 2024
1 parent 85814f1 commit 5b518a6
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@ import { IndexerPool } from '../../../../../src/services/indexer-pool';
import {
nbOfConfirmation,
nbOfRetry,
tzktIndexerConfig,
// tzktIndexerConfig,
} from '../../../../../src/config';
import { AmqpService } from '../../../../../src/services/amqp';
import { insertTransaction } from '../../../../../src/models/operations';
import { selectJobs } from '../../../../../src/models/jobs';
import { Jobs } from '../../../../../src/const/interfaces/jobs';
import { OpKind } from '@taquito/rpc';
import { GatewayPool } from '../../../../../src/services/gateway-pool';
import {
OperationFailedError,
// OperationNotFoundError,
} from '../../../../../src/const/errors/indexer-error';
import { Settings } from 'luxon';
import { failedTx, firstTx } from '../../../../__fixtures__/transactions';
// import {
// OperationFailedError,
// // OperationNotFoundError,
// } from '../../../../../src/const/errors/indexer-error';
// import { Settings } from 'luxon';
import { firstTx } from '../../../../__fixtures__/transactions';
// import { failedTx, firstTx } from '../../../../__fixtures__/transactions';
import nock from 'nock';

describe('[check-operation-status/lib/check-operation-status]', () => {
Expand Down

0 comments on commit 5b518a6

Please sign in to comment.