a tool for shared writing and social publishing

don't log cursor in the past

+1 -1
+1 -1
appview/index.ts
··· 233 233 setCursor: async (cursor) => { 234 234 console.log(cursor); 235 235 // persist cursor 236 - await writeFile(cursorFile, (cursor - 300 * 60 * 60 * 24).toString()); 236 + await writeFile(cursorFile, cursor.toString()); 237 237 }, 238 238 }); 239 239 let firehose = new Firehose({