This commit is contained in:
asyncnomi 2023-01-07 15:11:25 +01:00
parent 7bd3aa4bb0
commit 62e031e63a

View file

@ -351,7 +351,7 @@ fastify.post('/get', async (request, reply) => {
}
}
} else if ("type" in content) {
switch (type) {
switch (content.type) {
case "activity":
return {
success: true,