Skip to content

Commit

Permalink
fix: 유저 닉네임 변경 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
yunuo46 committed Dec 11, 2023
1 parent 74f76a4 commit 4c93f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/src/modules/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class UserService {
nicknameDto: NicknameDto
): Promise<NicknameDto> {
try {
const updateResult = await req.queryRunnerManager
const updateResult = await this.userRepository
.createQueryBuilder()
.update(UserEntity)
.set({
Expand Down

0 comments on commit 4c93f3a

Please sign in to comment.