Skip to content

Commit a0c1c3b

Browse files
Share the ParseService#parse$ observable
Co-authored-by: Xander Vertegaal <73882506+XanderVertegaal@users.noreply.github.com>
1 parent 2cd6c4f commit a0c1c3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/app/services/parse.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export class ParseService {
2121
return of(null);
2222
})
2323
)
24-
)
24+
),
25+
share()
2526
);
2627

2728
public proofs$ = this.parse$.pipe(map(extractProofs));

0 commit comments

Comments
 (0)