Skip to content

Commit

Permalink
fix since
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Mar 10, 2024
1 parent 75494d5 commit a9f59b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
kinds: [30066],
authors: [MONITOR],
},
{ since: Math.round(Date.now() / 1000) - 60 * 60 * 2 },
{ since },
{ skipVerification: true, sort: true },
);
for await (const ev of iter) {
Expand Down

0 comments on commit a9f59b9

Please sign in to comment.