tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
291
fork
atom
a tool for shared writing and social publishing
291
fork
atom
overview
issues
28
pulls
pipelines
log cursor in the past
awarm.space
6 months ago
c2e98d86
388f1efc
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
index.ts
+1
-1
appview/index.ts
···
232
232
setCursor: async (cursor) => {
233
233
console.log(cursor);
234
234
// persist cursor
235
235
-
await writeFile(cursorFile, cursor.toString());
235
235
+
await writeFile(cursorFile, (cursor - 300 * 60 * 60 * 48).toString());
236
236
},
237
237
});
238
238
let firehose = new Firehose({