Skip to content

Commit

Permalink
fix: error condition
Browse files Browse the repository at this point in the history
  • Loading branch information
PhorDotC committed Jul 26, 2024
1 parent 57ce847 commit 4208fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(main)/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function Home() {
(checkIn) => checkIn.event === 'baan-result'
);
setBaanResult(findBaanResult);
} else {
throw new Error('');
}
} catch (e) {
Expand Down

0 comments on commit 4208fd8

Please sign in to comment.