Compare commits
No commits in common. "fix-change-user-role" and "master" have entirely different histories.
fix-change
...
master
@ -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