Skip to content

Commit

Permalink
Merge pull request #114 from jolocom/fix/relative-impotr
Browse files Browse the repository at this point in the history
fix(interactions): relative import
  • Loading branch information
mnzaki authored Jun 15, 2021
2 parents 4f746f8 + 71476ac commit 2346eba
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 2346eba

Please sign in to comment.