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`, {
|
await useBaseFetch(`moderation/project`, {
|
||||||
internal: true,
|
internal: true,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: {
|
body: updateProjects,
|
||||||
judgements: updateProjects,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
const app = useNuxtApp()
|
const app = useNuxtApp()
|
||||||
|
|||||||
Reference in New Issue
Block a user