Skip to content

Commit

Permalink
Merge pull request #1165 from hackclub/add-low-rate-limit-mode
Browse files Browse the repository at this point in the history
Prefer console.log on no ysws needing updating
  • Loading branch information
maxwofford authored Feb 3, 2025
2 parents 1c3a61a + ae9a844 commit 2cd12c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/cron/ysws-updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ async function syncDirectedYswsGitHubLinkPresences(): Promise<void> {
.all()

if (fetchedHsRecs.length == 0) {
console.error('No records to update!')
console.log('No records to update!')
return
}

Expand Down

0 comments on commit 2cd12c7

Please sign in to comment.