From 076cef767fb3d3e9b3bc2ea2856f42baa2d7a86f Mon Sep 17 00:00:00 2001 From: Birm Date: Fri, 21 Jun 2024 14:29:52 -0400 Subject: [PATCH] typo rm --- handlers/customHandlers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/customHandlers.js b/handlers/customHandlers.js index 758e169..f1f057c 100644 --- a/handlers/customHandlers.js +++ b/handlers/customHandlers.js @@ -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"); console.log(email); console.log(x);