remove undefined; only use null now
This commit is contained in:
@@ -18,7 +18,7 @@ $_.portal(e => {
|
||||
send(waiting_client, e.actor)
|
||||
send(e, waiting_client.actor)
|
||||
|
||||
waiting_client = undefined
|
||||
waiting_client = null
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user