Linter errors fixed
This commit is contained in:
parent
f47268fea3
commit
2faebbf111
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { BehaviorSubject } from "rxjs";
|
||||
import { BehaviorSubject } from 'rxjs';
|
||||
|
||||
export interface EventsListener {
|
||||
issues: BehaviorSubject<number[]>;
|
||||
start(): void;
|
||||
stop(): void;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue