Skip to content

Commit

Permalink
Add emailer to config for createQuestionResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Nov 20, 2023
1 parent 970fdb0 commit dc923bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/app-api/src/resolvers/configureResolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function configureResolvers(
),
updateContract: updateContract(store, launchDarkly),
updateCMSUser: updateCMSUserResolver(store),
createQuestion: createQuestionResolver(store),
createQuestion: createQuestionResolver(store, emailer),
createQuestionResponse: createQuestionResponseResolver(store),
},
User: {
Expand Down

0 comments on commit dc923bc

Please sign in to comment.