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

chore: fix lint

parent a91d73f7
No related branches found
No related tags found
No related merge requests found
......@@ -193,10 +193,10 @@ export class PureContantService implements OnDestroy{
const spaces$ = this.getSpaces(atlasId).pipe(
switchMap(spaces => spaces.length > 0
? forkJoin(
spaces.map(space => this.getSpaceDetail(atlasId, parseId(space.id)))
)
: of([]))
? forkJoin(
spaces.map(space => this.getSpaceDetail(atlasId, parseId(space.id)))
)
: of([]))
)
const parcs$ = this.getParcs(atlasId).pipe(
// need not to get full parc data. first level gets all data
......
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