From eb04d5454b97b3943360617f5463ec795e5ec998 Mon Sep 17 00:00:00 2001 From: Cory House Date: Thu, 17 Jul 2025 15:20:25 -0400 Subject: [PATCH] Fix comment in custom-mutators.mdx --- contents/docs/custom-mutators.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/docs/custom-mutators.mdx b/contents/docs/custom-mutators.mdx index 6e2d8120..cd6030c2 100644 --- a/contents/docs/custom-mutators.mdx +++ b/contents/docs/custom-mutators.mdx @@ -592,7 +592,7 @@ export function createMutators(clientMutators: CustomMutatorDefs) { ...clientMutators, issue: { - // Reuse all issue mutators except `update` + // Reuse all issue mutators except `markAllAsRead` ...clientMutators.issue, markAllAsRead: async (tx, {userId: string}) {