remove logging
This commit is contained in:
parent
77514575f4
commit
00fff8a67d
@ -42,8 +42,6 @@ export default {
|
|||||||
date_trunc('hour', "Vote".created_at) order by created_at desc;
|
date_trunc('hour', "Vote".created_at) order by created_at desc;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
console.log(decodedCursor.time)
|
|
||||||
|
|
||||||
let notifications = await models.$queryRaw(`
|
let notifications = await models.$queryRaw(`
|
||||||
SELECT ${ITEM_FIELDS}, "Item".created_at as "sortTime", NULL as "earnedSats",
|
SELECT ${ITEM_FIELDS}, "Item".created_at as "sortTime", NULL as "earnedSats",
|
||||||
false as mention
|
false as mention
|
||||||
|
Loading…
x
Reference in New Issue
Block a user