Skip to content

Commit

Permalink
fix: debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
masnormen committed Dec 15, 2024
1 parent e66a55a commit d2c6f68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/ziyo-fe/.env

This file was deleted.

1 change: 0 additions & 1 deletion apps/ziyo-fe/.env.development

This file was deleted.

3 changes: 2 additions & 1 deletion apps/ziyo-fe/src/pages/kanji/[character]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ export const getServerSideProps = async ({
sentences,
},
};
} catch {
} catch (e) {
console.error(e);
return {
notFound: true,
};
Expand Down

0 comments on commit d2c6f68

Please sign in to comment.