diff --git a/client/src/app/isari-data.service.ts b/client/src/app/isari-data.service.ts index 81a63d1f..c6f9dc38 100644 --- a/client/src/app/isari-data.service.ts +++ b/client/src/app/isari-data.service.ts @@ -261,7 +261,7 @@ export class IsariDataService { // RxJS FTW ?! Observable.combineLatest([ (>Observable.merge(logs$) - .mergeAll()) + .concatAll()) .scan((acc, value, i) => [...acc, value], []) .take(logs$.length) .last(),