Skip to content

Commit

Permalink
fix(interactions): relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
mnzaki committed Jun 15, 2021
1 parent 4f746f8 commit 71476ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactionManager/interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import { generateIdentitySummary } from '../util'
import { last } from 'ramda'
import { TransportAPI, TransportDesc, InteractionTransportType } from '../types'
import { Transportable } from '../transports'
import { CredentialQuery } from 'src/storage'
import { CredentialQuery } from '../storage'

export const flows = [
AuthenticationFlow,
Expand Down

0 comments on commit 71476ac

Please sign in to comment.