Skip to content

Commit

Permalink
fixed a very stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 1, 2022
1 parent b126b77 commit 1454a3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/shared/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export default function Modal({
initial={{ scale: 0.95 }}
animate={{ scale: 1 }}
exit={{ scale: 0.95 }}
onClick={closeModal}
>
{children}
</motion.div>
Expand Down
2 changes: 1 addition & 1 deletion lib/auth.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextApiHandler, NextApiRequest, NextApiResponse } from "next";
import { NextApiRequest, NextApiResponse } from "next";
import { unstable_getServerSession } from "next-auth/next";
import { authOptions } from "@/pages/api/auth/[...nextauth]";
import prisma from "@/lib/prisma";
Expand Down

0 comments on commit 1454a3e

Please sign in to comment.