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

chore: fixlint

parent c806834d
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,12 @@ export class RegionalFeaturesService implements OnDestroy{
this.depScriptLoaded$ = this.appendScript
? from(
libraries.map(this.appendScript)
).pipe(
mapTo(true),
catchError(() => of(false)),
shareReplay(1),
)
libraries.map(this.appendScript)
).pipe(
mapTo(true),
catchError(() => of(false)),
shareReplay(1),
)
: of(false)
}
......
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