diff --git a/server/api/users/[uuid]/inbox/index.ts b/server/api/users/[uuid]/inbox/index.ts index 4014dc78..6f9bb946 100644 --- a/server/api/users/[uuid]/inbox/index.ts +++ b/server/api/users/[uuid]/inbox/index.ts @@ -118,6 +118,8 @@ export default apiRoute(async (req, matchedRoute, extraData) => { } } + console.log(body); + // Add sent data to database switch (body.type) { case "Note": {