@@ -313,7 +313,7 @@ function synchronizedDoorsLeftClick() {
returnfalse
// If the door is locked there is nothing to synchronize
if(this.state===states.LOCKED)
if(state===states.LOCKED)
returnfalse
// Calculate new door state
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.