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
··· 30 30 clearInterval(intervalID); 31 31 }); 32 32 33 - firehose.on("commit", async (commit) => { 33 + firehose.on("commit", (commit) => { 34 34 cursorFirehose = commit.seq; 35 35 commit.ops.forEach(async (op) => { 36 36 if (op.action !== "delete" && AppBskyFeedLike.isRecord(op.record)) {