Skip to content

Commit

Permalink
fixed a dumb bug
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Dec 22, 2022
1 parent a0eca6a commit 760314d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { NextApiRequest, NextApiResponse } from "next";
import { withProjectAuth } from "@/lib/auth";
import prisma from "@/lib/prisma";
import { getStats } from "@/lib/stats";

export default withProjectAuth(
Expand Down

0 comments on commit 760314d

Please sign in to comment.