Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 11, 2024
1 parent a975f19 commit 194f161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ export class Connection<
toSubscribe.push(_id);
} else {
!this.objectsSubscribes[_id].cbs.includes(cb) &&
this.objectsSubscribes[_id].cbs.push(cb);
this.objectsSubscribes[_id].cbs.push(cb);
}
}

Expand Down

0 comments on commit 194f161

Please sign in to comment.