mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
fix error thrown attempting to remove announcements (#2933)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user