diff --git a/api/resolvers/notifications.js b/api/resolvers/notifications.js index 7b1701cb..2e302175 100644 --- a/api/resolvers/notifications.js +++ b/api/resolvers/notifications.js @@ -42,8 +42,6 @@ export default { date_trunc('hour', "Vote".created_at) order by created_at desc; */ - console.log(decodedCursor.time) - let notifications = await models.$queryRaw(` SELECT ${ITEM_FIELDS}, "Item".created_at as "sortTime", NULL as "earnedSats", false as mention