fix lint
This commit is contained in:
parent
96b86255d3
commit
ad6b4e6493
|
@ -445,8 +445,6 @@ const RocketChat = {
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert(JSON.stringify(e));
|
alert(JSON.stringify(e));
|
||||||
} finally {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.ddp.subscribe('stream-notify-user', `${ login.user.id }/subscriptions-changed`, false);
|
this.ddp.subscribe('stream-notify-user', `${ login.user.id }/subscriptions-changed`, false);
|
||||||
|
|
Loading…
Reference in New Issue