diff --git a/examples/id-hub/src/index.ts b/examples/id-hub/src/index.ts index ba9590297..ed8535550 100644 --- a/examples/id-hub/src/index.ts +++ b/examples/id-hub/src/index.ts @@ -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({