Skip to content

Commit

Permalink
fix: Removing action handler
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Mar 19, 2020
1 parent 9187906 commit 4371bcd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/id-hub/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ messageValidator
.setNext(new W3c.MessageValidator())
.setNext(new SD.MessageValidator())

const actionHandler = new DBG.ActionHandler()
actionHandler.setNext(new W3c.ActionHandler()).setNext(new SD.ActionHandler())

export const core = new Daf.Core({
identityProviders: [],
serviceControllers: [],
didResolver,
messageValidator,
actionHandler,
})

const server = new ApolloServer({
Expand Down

0 comments on commit 4371bcd

Please sign in to comment.