Skip to content

Commit

Permalink
fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 21, 2021
1 parent a413144 commit 3fa1d2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/client/scripts/paging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ export default (opts) => ({
this.items = this.items.slice(-opts.displayLimit);
this.more = true;
}
} else {

}
this.items.push(item);
// TODO
Expand Down
2 changes: 1 addition & 1 deletion src/server/api/stream/channels/messaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default class extends Channel {
@autobind
public dispose() {
this.subscriber.off(this.subCh, this.onEvent);

clearInterval(this.emitTypersIntervalId);
}
}

0 comments on commit 3fa1d2b

Please sign in to comment.