mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
fix for lint
This commit is contained in:
parent
67c2347a7d
commit
39b5812994
2 changed files with 1 additions and 3 deletions
|
@ -192,8 +192,6 @@ export default (opts) => ({
|
|||
this.items = this.items.slice(-opts.displayLimit);
|
||||
this.more = true;
|
||||
}
|
||||
} else {
|
||||
|
||||
}
|
||||
this.items.push(item);
|
||||
// TODO
|
||||
|
|
|
@ -98,7 +98,7 @@ export default class extends Channel {
|
|||
@autobind
|
||||
public dispose() {
|
||||
this.subscriber.off(this.subCh, this.onEvent);
|
||||
|
||||
|
||||
clearInterval(this.emitTypersIntervalId);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue