Skip to content

Commit

Permalink
fix: do not import from ..
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Jun 2, 2022
1 parent 3107bd7 commit 6f14c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/transport/WsOutboundTransport.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { AgentMessageReceivedEvent } from '..'
import type { Agent } from '../agent/Agent'
import type { AgentMessageReceivedEvent } from '../agent/Events'
import type { Logger } from '../logger'
import type { OutboundPackage } from '../types'
import type { OutboundTransport } from './OutboundTransport'
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/utils/__tests__/indyProofRequest.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { checkProofRequestForDuplicates } from '..'
import { checkProofRequestForDuplicates } from '../indyProofRequest'

import {
AriesFrameworkError,
Expand Down

0 comments on commit 6f14c57

Please sign in to comment.