bug fixing

This commit is contained in:
lotte
2020-01-24 17:15:14 +01:00
parent 8a6fe08c22
commit 6792f75c38
9 changed files with 70 additions and 26 deletions

View File

@@ -23,6 +23,7 @@ import {
} from '../../shared/operators';
import { CacheableObject, TypedObject } from '../object-cache.reducer';
import { createSuccessfulRemoteDataObject$ } from '../../../shared/testing/utils';
import { deepClone } from 'fast-json-patch';
@Injectable()
export class RemoteDataBuildService {
@@ -124,7 +125,6 @@ export class RemoteDataBuildService {
});
}));
}),
startWith([]),
distinctUntilChanged(),
);
const pageInfo$ = requestEntry$.pipe(