Skip to content

Commit

Permalink
typo rm
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jun 21, 2024
1 parent e1cbfb2 commit 076cef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/customHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function impersonate() {
return function(req, res, next) {
let body = JSON.parse(req.body);
let email = body.email;
dataHandlers.User.forLogin(]email).then((x)=>{
dataHandlers.User.forLogin(email).then((x)=>{
console.log("here");

Check failure on line 149 in handlers/customHandlers.js

View workflow job for this annotation

GitHub Actions / build (10.x)

Expected indentation of 6 spaces but found 8
console.log(email);

Check failure on line 150 in handlers/customHandlers.js

View workflow job for this annotation

GitHub Actions / build (10.x)

Expected indentation of 6 spaces but found 8
console.log(x);

Check failure on line 151 in handlers/customHandlers.js

View workflow job for this annotation

GitHub Actions / build (10.x)

Expected indentation of 6 spaces but found 8
Expand Down

0 comments on commit 076cef7

Please sign in to comment.