Fix linting errors

This commit is contained in:
Dries Augustyns
2025-12-04 12:46:39 +01:00
parent 73a1cdfefa
commit 04634a447b
34 changed files with 517 additions and 534 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class Github {
@Get('callback')
@CatchAsync
public async callback(req: Request, res: Response, next: NextFunction) {
public async callback(req: Request, res: Response, _next: NextFunction) {
if (!GITHUB_OAUTH_ENABLED) {
return res.status(404).json({error: 'GitHub OAuth is not configured'});
}