Skip to content

Commit

Permalink
Merge pull request #108 from LocalMingle/main
Browse files Browse the repository at this point in the history
[수정] git pull origin main
  • Loading branch information
HeeDragoN1123 authored Oct 27, 2023
2 parents 4e285d6 + e36c749 commit 4cad927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users/users.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class UsersService {
// 3. user 정보 수정
async update(userId: number, updateUserDto: UpdateUserDto) {
const { nickname, intro, nameChanged, userLocation } = updateUserDto;

const user = await this.prisma.user.findUnique({
where: { userId },
});
Expand Down

0 comments on commit 4cad927

Please sign in to comment.