HOTFIX: Stuff broke

This commit is contained in:
Stefan
2022-05-20 18:02:45 +02:00
committed by GitHub
parent a6addcaf69
commit 9776f83a82
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
import { Request, Response } from "express";
/*import { Request, Response } from "express";
import prisma from "../lib/prisma";
import { mailClient } from "../lib/redis";
import { nanoid } from "nanoid";
@@ -54,3 +54,4 @@ export const verifyEmail = async (req: Request, res: Response) => {
},
});
};
*/