Skip to content

Commit 4839c0f

Browse files
authored
Merge pull request #40 from Visitha2001/05-ci-cd
fixes
2 parents 7e948f0 + d721161 commit 4839c0f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

logs/combined.log

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,3 +580,11 @@
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"}

src/services/auth.service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)