Skip to content

Commit

Permalink
style: fix prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris committed Feb 3, 2024
1 parent 7df453e commit 68af605
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/receipts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ import { agentDependencies } from '@credo-ts/node'
import { AskarModule } from '@credo-ts/askar'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'

import {
Agent,
ConnectionRecord,
ConsoleLogger,
DidExchangeState,
EncryptedMessage,
LogLevel,
} from '@credo-ts/core'
import { Agent, ConnectionRecord, ConsoleLogger, DidExchangeState, EncryptedMessage, LogLevel } from '@credo-ts/core'
import { v4 as uuid } from 'uuid'
import { filter, firstValueFrom, map, Subject, timeout } from 'rxjs'
import { ReceiptsModule } from '../src/ReceiptsModule'
Expand Down

0 comments on commit 68af605

Please sign in to comment.