Skip to content

Commit

Permalink
chore: fix import recipientModule
Browse files Browse the repository at this point in the history
Signed-off-by: blu3beri <berend@animo.id>
  • Loading branch information
berendsliedrecht committed Oct 7, 2022
1 parent 9c70b6c commit 464d574
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/core/src/agent/__tests__/AgentModules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { IndyModule } from '../../modules/indy'
import { LedgerModule } from '../../modules/ledger'
import { OutOfBandModule } from '../../modules/oob'
import { ProofsModule } from '../../modules/proofs'
import { MediatorModule } from '../../modules/routing'
import { MediatorModule, RecipientModule } from '../../modules/routing'
import { W3cVcModule } from '../../modules/vc'
import { DependencyManager, injectable } from '../../plugins'
import { WalletModule } from '../../wallet'
Expand Down Expand Up @@ -128,6 +128,3 @@ describe('AgentModules', () => {
})
})
})
function RecipientModule(RecipientModule: any): any {
throw new Error('Function not implemented.')
}

0 comments on commit 464d574

Please sign in to comment.