Fix linting

This commit is contained in:
Luke Vella 2022-05-19 11:11:28 +01:00
parent d538fb8c2d
commit 6cea86ffff
10 changed files with 10 additions and 1 deletions

View file

@ -8,6 +8,7 @@ import { withIronSessionApiRoute, withIronSessionSsr } from "iron-session/next";
import { GetServerSideProps, NextApiHandler } from "next";
import { prisma } from "~/prisma/db";
import { randomid } from "./nanoid";
const sessionOptions: IronSessionOptions = {