update description

This commit is contained in:
C4illin 2024-05-25 00:59:28 +02:00
parent 8a32c2d31f
commit 64f25f934b
2 changed files with 5 additions and 3 deletions

View file

@ -831,7 +831,7 @@ const app = new Elysia()
return Bun.file(filePath);
},
)
.get("/converters", async ({ params, jwt, redirect, cookie: { auth } }) => {
.get("/converters", async ({ jwt, redirect, cookie: { auth } }) => {
if (!auth?.value) {
return redirect("/login");
}