Skip to content

Commit db6db9d

Browse files
PhPrinzpprinzSVA
andauthored
always fetch progress when navigating to learnpath (hobbyfarm#232)
Co-authored-by: pprinzSVA <[email protected]>
1 parent d268c99 commit db6db9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/learning-path/learning-path.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class LearningPathComponent implements OnInit, OnDestroy {
3131

3232
ngOnInit() {
3333
this.progressService
34-
.watch()
34+
.list(true)
3535
.pipe(takeUntil(this.destroySubj))
3636
.subscribe((p: Progress[]) => {
3737
this.activeSession = undefined;

0 commit comments

Comments
 (0)