You've already forked AstralRinth
forked from didirus/AstralRinth
fix update projects
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user