Fix linter/transpiler errors, formatting
This commit is contained in:
@@ -34,7 +34,7 @@ const userEventHandler = async function (ctx: Context) {
|
||||
} else {
|
||||
notFoundHandler(ctx);
|
||||
}
|
||||
} catch (e) {
|
||||
} catch (_e) {
|
||||
notFoundHandler(ctx);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user