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

Commit

Permalink
fix moderation route
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Feb 22, 2024
1 parent 9606396 commit 9484a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/ModerationChecklist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ async function generateMessage() {
if (updateProjects) {
try {
await useBaseFetch(`moderation/project/${props.project.id}`, {
await useBaseFetch(`moderation/project`, {
internal: true,
method: 'POST',
body: {
Expand Down

0 comments on commit 9484a72

Please sign in to comment.