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
don't log cursor in the past
awarm.space
6 months ago
fa8f7cb2
0b486d6d
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
index.ts
+1
-1
appview/index.ts
···
233
233
setCursor: async (cursor) => {
234
234
console.log(cursor);
235
235
// persist cursor
236
236
-
await writeFile(cursorFile, (cursor - 300 * 60 * 60 * 24).toString());
236
236
+
await writeFile(cursorFile, cursor.toString());
237
237
},
238
238
});
239
239
let firehose = new Firehose({