ing
This commit is contained in:
parent
2936533187
commit
0a8dfe35fc
|
@ -20,7 +20,7 @@ export class MetaCrawlerService {
|
||||||
this.metaCrawlerCache$ = this.rpcService.call('MetaCrawlerService.readAll').pipe(
|
this.metaCrawlerCache$ = this.rpcService.call('MetaCrawlerService.readAll').pipe(
|
||||||
shareReplay<MetaCrawler[]>(1),
|
shareReplay<MetaCrawler[]>(1),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.metaCrawlerCache$;
|
return this.metaCrawlerCache$;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user