asyncnomi 3 years ago
parent
commit
62e031e63a
  1. 2
      index.js

2
index.js

@ -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,

Loading…
Cancel
Save