diff --git a/src/app/api/cron/ysws-updates.ts b/src/app/api/cron/ysws-updates.ts index f1d296eb..db835103 100644 --- a/src/app/api/cron/ysws-updates.ts +++ b/src/app/api/cron/ysws-updates.ts @@ -253,7 +253,7 @@ async function syncDirectedYswsGitHubLinkPresences(): Promise { .all() if (fetchedHsRecs.length == 0) { - console.error('No records to update!') + console.log('No records to update!') return }