mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -198,7 +198,7 @@ class App {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
jwt.verify(token, getKey, {}, (err: Error, decoded: string) => {
|
jwt.verify(token, getKey, {}, (err: Error, decoded: object) => {
|
||||||
if (err) return ResponseHelper.jwtAuthAuthorizationError(res, "Invalid token");
|
if (err) return ResponseHelper.jwtAuthAuthorizationError(res, "Invalid token");
|
||||||
|
|
||||||
next();
|
next();
|
||||||
|
|||||||
Reference in New Issue
Block a user