More logging enabling

This commit is contained in:
Jesse Wierzbinski 2024-04-09 21:36:28 -10:00
parent 820d05c997
commit fc492c827b
No known key found for this signature in database

View file

@ -118,6 +118,8 @@ export default apiRoute(async (req, matchedRoute, extraData) => {
} }
} }
console.log(body);
// Add sent data to database // Add sent data to database
switch (body.type) { switch (body.type) {
case "Note": { case "Note": {