Skip to content

Commit

Permalink
hotfix: Error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nierot committed Sep 23, 2023
1 parent 91ed9de commit adb770b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/(app)/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const load = (async ({ locals }) => {
let message = obj.quote

if (!message) {
console.error('[QUOTE] Quote API returned invalid response, using fallback quote', obj)
message = '"De quote module is stukkie wukkie" - IBS'
}

Expand Down

0 comments on commit adb770b

Please sign in to comment.