This commit is contained in:
crusader 2018-05-31 22:37:11 +09:00
parent 2936533187
commit 0a8dfe35fc

View File

@ -20,7 +20,7 @@ export class MetaCrawlerService {
this.metaCrawlerCache$ = this.rpcService.call('MetaCrawlerService.readAll').pipe(
shareReplay<MetaCrawler[]>(1),
);
}
}
return this.metaCrawlerCache$;
}