Skip to content

Commit

Permalink
fix: universal EmptyError in console (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Haehnlein authored and dhhyi committed Dec 9, 2019
1 parent ca8eb21 commit 3547cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/store/restore/restore.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class RestoreEffects {

@Effect()
sessionKeepAlive$ = this.appRef.isStable.pipe(
takeWhile(() => isPlatformBrowser(this.platformId)),
filter(() => isPlatformBrowser(this.platformId)),
whenTruthy(),
first(),
concatMapTo(
Expand Down

0 comments on commit 3547cef

Please sign in to comment.