Update dependencies, add more logging to crons

This commit is contained in:
Bruno Bernardino
2024-04-17 14:01:06 +01:00
parent bcf54f148e
commit 7fd29ba7bf
9 changed files with 20 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import { Cron } from 'https://deno.land/x/croner@7.0.1/dist/croner.js';
import { Cron } from 'https://deno.land/x/croner@8.0.1/dist/croner.js';
import { cleanupSessions } from './cleanup.ts';
import { fetchNewArticles } from './news.ts';