Skip to content

Commit 8e4d3f5

Browse files
committed
1 parent f2a728b commit 8e4d3f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/index.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ application.database = await new Database(
311311
create index "index_feedEntryEnclosureLinks_feedEntryEnclosure" on "feedEntryEnclosureLinks" ("feedEntryEnclosure");
312312
`,
313313
);
314-
315314
if (application.commandLineArguments.values.type === "backgroundJob")
316315
node.backgroundJob({ interval: 60 * 60 * 1000 }, async () => {
317316
for (const feedEntryEnclosure of application.database.all<{

0 commit comments

Comments
 (0)