fix
notjuliet 1 year ago 80920915 2e14f198
··· 11 11 const jetstream = new Jetstream({ 12 12 endpoint: URL, 13 13 wantedCollections: ["app.bsky.feed.like"], 14 14 - cursor: cursorFile ?? 0, 14 14 + cursor: cursorFile, 15 15 }); 16 16 17 17 jetstream.on("open", () => {