Skip to content

Commit 47a7e4c

Browse files
committed
es lint
1 parent ddb02e4 commit 47a7e4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/matrixrtc/NewMembershipManager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,9 @@ class ActionScheduler {
292292
} else {
293293
logger.info(`added action: ${actionString}\nAddQueue:`, this._insertions);
294294
}
295-
if (!this.state.running)
295+
if (!this.state.running) {
296296
logger.warn(`MembershipManager is not running but we try to add Action: ${actionString}`);
297+
}
297298
}
298299

299300
public resetActions(actions: Action[], withoutInsertions = true): void {

0 commit comments

Comments
 (0)