From 13a070a9d792d7bd138bbdae68078cc71b05bfe1 Mon Sep 17 00:00:00 2001 From: SeungWon Date: Thu, 9 May 2024 15:27:21 -0700 Subject: [PATCH] test --- .gitignore | 1 + src/profile/profile.service.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7b985f915d..39f78ad700 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # compiled output /dist +/build /node_modules # Logs diff --git a/src/profile/profile.service.ts b/src/profile/profile.service.ts index bdfc6a43b0..60a6efbb49 100644 --- a/src/profile/profile.service.ts +++ b/src/profile/profile.service.ts @@ -57,6 +57,7 @@ export class ProfileService { const likedUserIdList = await this.likesService.getLikedUserIdList( profile.id, ); + console.log(likedUserIdList); likedUserIdList.forEach(async (id) => { const likedProfile = await this.profileRepository.findOne({ where: {