Skip to content

Commit a9f59b9

Browse files
committed
fix since
1 parent 75494d5 commit a9f59b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
kinds: [30066],
141141
authors: [MONITOR],
142142
},
143-
{ since: Math.round(Date.now() / 1000) - 60 * 60 * 2 },
143+
{ since },
144144
{ skipVerification: true, sort: true },
145145
);
146146
for await (const ev of iter) {

0 commit comments

Comments
 (0)