fix update projects

This commit is contained in:
Jai A
2024-02-24 22:43:20 -07:00
parent 9484a7237c
commit 331787fe43

View File

@@ -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()