Skip to content

Commit

Permalink
rm unsued
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Aug 14, 2024
1 parent d127c59 commit 30b688f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/stories/[storyId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { revalidateTag } from "next/cache";
import { cookies } from "next/headers";
import { notFound } from "next/navigation";
import { cache } from "react";
import { z } from "zod";
import { MyStoryMenu } from "../../../components/myStoryMenu";
import styles from "./page.module.scss";

Expand Down Expand Up @@ -81,10 +80,6 @@ export const generateStaticParams = async () => {
}));
};

const questionLimitationSchema = z.object({
desktopOnly: z.boolean(),
});

const MyStoryMenuServer = async ({ story }: { story: Story }) => {
const session = await getUserSession().catch((e) => {
console.error(e);
Expand Down

0 comments on commit 30b688f

Please sign in to comment.