From 331787fe43bf156711aecd6826c39da12483e287 Mon Sep 17 00:00:00 2001 From: Jai A Date: Sat, 24 Feb 2024 22:43:20 -0700 Subject: [PATCH] fix update projects --- components/ui/ModerationChecklist.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/ui/ModerationChecklist.vue b/components/ui/ModerationChecklist.vue index 0a9d4199c..800784f51 100644 --- a/components/ui/ModerationChecklist.vue +++ b/components/ui/ModerationChecklist.vue @@ -875,9 +875,7 @@ async function generateMessage() { await useBaseFetch(`moderation/project`, { internal: true, method: 'POST', - body: { - judgements: updateProjects, - }, + body: updateProjects, }) } catch (err) { const app = useNuxtApp()