Skip to content

Commit 18d62f3

Browse files
Fix lint issues
1 parent 9c62e93 commit 18d62f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/channel_manager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ export class ChannelManager extends WithSubscriptions {
608608
};
609609

610610
public registerSubscriptions = () => {
611-
612611
if (this.hasSubscriptions) {
613612
// Already listening for events and changes
614613
return;

src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class StateStore<T extends Record<string, unknown>> {
6262
if (!hasUpdatedValues) return;
6363

6464
// save a copy of previouslySelectedValues before running
65-
// handler - if previouslySelectedValues are set to
65+
// handler - if previouslySelectedValues are set to
6666
// newlySelectedValues after the handler call, there's a chance
6767
// that it'll never get set as handler can throw and flow might
6868
// go out of sync

0 commit comments

Comments
 (0)