Skip to content

Commit

Permalink
refactor:한 유저 조회 socialName까지 조회하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Contingency1 committed Aug 29, 2024
1 parent 6de190b commit 908b289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/users/users.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export class UsersRepository {
return this.prisma.user.findUnique({
select: {
no: true,
socialName: true,
nickname: true,
description: true,
currentPoint: true,
Expand Down

0 comments on commit 908b289

Please sign in to comment.