File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 580580{"level":"info","message":"::1 - - [21/Sep/2025:11:28:44 +0000] \"GET /health HTTP/1.1\" 200 190 \"-\" \"-\"","service":"acquisitions-api"}
581581{"level":"info","message":"::1 - - [21/Sep/2025:11:29:15 +0000] \"GET /health HTTP/1.1\" 200 191 \"-\" \"-\"","service":"acquisitions-api"}
582582{"level":"info","message":"::1 - - [21/Sep/2025:11:29:45 +0000] \"GET /health HTTP/1.1\" 200 190 \"-\" \"-\"","service":"acquisitions-api"}
583+ {"level":"info","message":"::1 - - [21/Sep/2025:11:30:38 +0000] \"GET /health HTTP/1.1\" 200 191 \"-\" \"-\"","service":"acquisitions-api"}
584+ {"level":"info","message":"::1 - - [21/Sep/2025:11:31:08 +0000] \"GET /health HTTP/1.1\" 200 188 \"-\" \"-\"","service":"acquisitions-api"}
585+ {"level":"info","message":"::1 - - [21/Sep/2025:11:31:39 +0000] \"GET /health HTTP/1.1\" 200 190 \"-\" \"-\"","service":"acquisitions-api"}
586+ {"level":"info","message":"::1 - - [21/Sep/2025:11:32:09 +0000] \"GET /health HTTP/1.1\" 200 190 \"-\" \"-\"","service":"acquisitions-api"}
587+ {"level":"info","message":"::1 - - [21/Sep/2025:11:32:39 +0000] \"GET /health HTTP/1.1\" 200 191 \"-\" \"-\"","service":"acquisitions-api"}
588+ {"level":"info","message":"::1 - - [21/Sep/2025:11:33:09 +0000] \"GET /health HTTP/1.1\" 200 191 \"-\" \"-\"","service":"acquisitions-api"}
589+ {"level":"info","message":"::1 - - [21/Sep/2025:11:33:39 +0000] \"GET /health HTTP/1.1\" 200 191 \"-\" \"-\"","service":"acquisitions-api"}
590+ {"level":"info","message":"::1 - - [21/Sep/2025:11:34:09 +0000] \"GET /health HTTP/1.1\" 200 191 \"-\" \"-\"","service":"acquisitions-api"}
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ export const authenticateUser = async (email, password) => {
6262 }
6363
6464 // Return user without password
65+ // eslint-disable-next-line no-unused-vars
6566 const { password : _ , ...userWithoutPassword } = user ;
6667 logger . info ( `User authenticated successfully : ${ email } ` ) ;
6768 return userWithoutPassword ;
You can’t perform that action at this time.
0 commit comments