bla
This commit is contained in:
parent
7bd3aa4bb0
commit
62e031e63a
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue