chore: small changes

This commit is contained in:
waterplea
2024-08-16 14:39:54 +04:00
parent 015131f198
commit 0abe08f243
4 changed files with 5 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ export class DepErrorService {
),
),
distinctUntilChanged(deepEqual),
shareReplay({ bufferSize: 1, refCount: true }),
shareReplay(1),
)
constructor(

View File

@@ -76,7 +76,7 @@ export class MarketplaceService implements AbstractMarketplaceService {
map(({ selectedUrl: url, knownHosts: hosts }) =>
toStoreIdentity(url, hosts[url]),
),
shareReplay({ bufferSize: 1, refCount: true }),
shareReplay(1),
)
private readonly marketplace$ = this.knownHosts$.pipe(
@@ -102,7 +102,7 @@ export class MarketplaceService implements AbstractMarketplaceService {
},
{},
),
shareReplay({ bufferSize: 1, refCount: true }),
shareReplay(1),
)
private readonly filteredMarketplace$ = combineLatest([