Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KMUlee committed May 9, 2024
1 parent 59be218 commit 13a070a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# compiled output
/dist
/build
/node_modules

# Logs
Expand Down
1 change: 1 addition & 0 deletions src/profile/profile.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 13a070a

Please sign in to comment.