You've already forked AstralRinth
forked from didirus/AstralRinth
fix moderation route
This commit is contained in:
@@ -872,7 +872,7 @@ async function generateMessage() {
|
|||||||
|
|
||||||
if (updateProjects) {
|
if (updateProjects) {
|
||||||
try {
|
try {
|
||||||
await useBaseFetch(`moderation/project/${props.project.id}`, {
|
await useBaseFetch(`moderation/project`, {
|
||||||
internal: true,
|
internal: true,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: {
|
body: {
|
||||||
|
|||||||
Reference in New Issue
Block a user