Skip to content

Commit

Permalink
reenable notFound
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Nov 21, 2023
1 parent 054bcc0 commit 11e67f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/pages/org/[slug]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export const getStaticProps = async ({
}

const orgId = await ssg.organization.getIdFromSlug.fetch({ slug })
// if (!orgId) return { notFound: true, props: {} }
if (!orgId) return { notFound: true }

const [i18n] = await Promise.allSettled([
orgId
Expand Down

0 comments on commit 11e67f3

Please sign in to comment.