Skip to content

Commit

Permalink
fix error thrown attempting to remove announcements (#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessalt committed Apr 13, 2020
1 parent 4194b08 commit 84936ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/server/graph/resolvers/Mutation.ts
Expand Up @@ -257,6 +257,7 @@ export const Mutation: Required<GQLMutationTypeResolver<void>> = {
}),
deleteAnnouncement: async (source, { input }, ctx) => ({
settings: await ctx.mutators.Settings.deleteAnnouncement(),
clientMutationId: input.clientMutationId,
}),
createSite: async (source, { input }, ctx) => ({
site: await ctx.mutators.Sites.create(input),
Expand Down

0 comments on commit 84936ca

Please sign in to comment.