diff --git a/src/service/user/user.update.service.ts b/src/service/user/user.update.service.ts index f2d2ecc..4cb32fd 100644 --- a/src/service/user/user.update.service.ts +++ b/src/service/user/user.update.service.ts @@ -64,6 +64,6 @@ export class UserUpdateService { return false } - return input[property] == user[property] + return input[property] !== user[property] } }