Skip to content

Commit

Permalink
refactor: move old comps into dep folder
Browse files Browse the repository at this point in the history
  • Loading branch information
finnc0 committed Mar 16, 2024
1 parent e585fec commit 33f7721
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/app/server/trpc/router/site/getPageData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default publicProcedure
}
// no error checking because the docs will never be deleted.

return { maintenance: true };
return pageData;
} catch (error) {
console.log(error);
throw new TRPCError({
Expand Down

0 comments on commit 33f7721

Please sign in to comment.