We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16482a commit 540ef65Copy full SHA for 540ef65
lib/modules/presence.js
@@ -71,7 +71,6 @@ class PresenceRef extends ReferenceBase {
71
export default class Presence extends Base {
72
constructor(firestack, options = {}) {
73
super(firestack, options);
74
-
75
this.instances = {};
76
this.path = ['/presence/connections'];
77
}
0 commit comments