Compare commits
1 Commits
master
...
fix-change
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b2c04ca25 |
@ -64,6 +64,6 @@ export class UserUpdateService {
|
||||
return false
|
||||
}
|
||||
|
||||
return input[property] == user[property]
|
||||
return input[property] !== user[property]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user