Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
fix update projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Feb 25, 2024
1 parent 9484a72 commit 331787f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/ui/ModerationChecklist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 331787f

Please sign in to comment.