Skip to content

Commit

Permalink
this is what happens if you use no linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 committed Sep 3, 2024
1 parent 413d15e commit c8d3526
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ module.exports = app => {
return next(err);
}
res.redirect("/");
}
)
});
});
};

0 comments on commit c8d3526

Please sign in to comment.