We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a728b commit 8e4d3f5Copy full SHA for 8e4d3f5
source/index.mts
@@ -311,7 +311,6 @@ application.database = await new Database(
311
create index "index_feedEntryEnclosureLinks_feedEntryEnclosure" on "feedEntryEnclosureLinks" ("feedEntryEnclosure");
312
`,
313
);
314
-
315
if (application.commandLineArguments.values.type === "backgroundJob")
316
node.backgroundJob({ interval: 60 * 60 * 1000 }, async () => {
317
for (const feedEntryEnclosure of application.database.all<{
0 commit comments