mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 02:35:52 +03:00
Added ability to quit channel from rver
This commit is contained in:
parent
4be231b380
commit
cc3013f4e1
@ -619,7 +619,6 @@
|
||||
//
|
||||
var funcs = this.outstandingSubscriptions.get(obj.id);
|
||||
if (obj.hasOwnProperty("err")) {
|
||||
console.log(obj);
|
||||
funcs["err"](obj.err);
|
||||
this.outstandingSubscriptions.delete(obj.id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user