Fix linter/transpiler errors, formatting

This commit is contained in:
2024-10-24 14:32:04 +02:00
parent fc711c2194
commit 0096f3cae3
6 changed files with 30 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ const userEventHandler = async function (ctx: Context) {
} else {
notFoundHandler(ctx);
}
} catch (e) {
} catch (_e) {
notFoundHandler(ctx);
}
};