this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove useless async

+1 -1
+1 -1
src/main.ts
··· 13 13 //const firehose = new Firehose({ cursor: "760303563" }); 14 14 const firehose = new Firehose(); 15 15 16 - firehose.on("error", async ({ cursor }) => { 16 + firehose.on("error", ({ cursor }) => { 17 17 console.log(`Firehose errored on cursor: ${cursor}`); 18 18 }); 19 19