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