Skip to content
Snippets Groups Projects
Verified Commit da39c774 authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Fix error when generating new token code

parent 96a69441
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,9 @@ export class TokenCodeResolver {
connect: { id: agent.id },
},
},
include: {
agent: true,
},
});
await pubSub.publish('newTokenCode', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment