Skip to content
Snippets Groups Projects
Unverified Commit c51a049f authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent b839aebf
No related branches found
No related tags found
No related merge requests found
......@@ -99,9 +99,9 @@ export class PulledDataSource<T> extends DataSource<T> {
this.finalValue = this.currentValue || []
this._data.complete()
}
disconnect(): void {
}
// eslint-disable-next-line @typescript-eslint/no-empty-function
disconnect(): void {}
}
export class ParentDatasource<T> extends PulledDataSource<T> {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment