acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
2 stars 0 forks source link

Bug #48

Closed EthanThatOneKid closed 9 months ago

EthanThatOneKid commented 9 months ago

Logs

image
gcp-us-west2
TypeError: Cannot read properties of null (reading 'map')
    at file:///src/lib/lc/client.ts:145:12
    at eventLoopTick (ext:core/01_core.js:183:11)
    at async LCClient.getRecentAcceptedSubmissions (file:///src/lib/lc/client.ts:131:12)
    at async sync (file:///src/lib/leaderboard/sync.ts:54:27)
    at async DenoKvLeaderboardClient.sync (file:///src/lib/leaderboard/denokv/denokv_leaderboard_client.ts:168:14)
    at async executeDailyWebhook (file:///src/lib/api/dailies.ts:98:7)
    at async Object.handlePostDailyWebhook [as handle] (file:///src/lib/api/dailies.ts:40:12)
    at async Router.execute (file:///src/lib/router/router.ts:126:24)
    at async ext:deno_http/00_serve.js:442:22