Merge branch 'main' into feat/queue-scrapes

This commit is contained in:
Gergő Móricz
2024-08-07 16:35:44 +02:00
committed by GitHub
31 changed files with 759 additions and 156 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export class ScrapeEvents {
}).select().single();
return (result.data as any).id;
} catch (error) {
Logger.error(`Error inserting scrape event: ${error}`);
// Logger.error(`Error inserting scrape event: ${error}`);
return null;
}
}