no ts-ignore

This commit is contained in:
Holly Stubbs 2024-04-22 16:17:27 +01:00
parent 724e344cf5
commit 25b1644a33
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ fastify.register(FastifyView, {
})
fastify.get("/", async (req, res) => {
// @ts-ignore
return res.view("templates/index.ejs", { });
});