Skip to content

Commit 3cbfac9

Browse files
author
Finn Martens
committed
[IT-2822] Remove redundant BehaviorSubject initialisation
1 parent a42379d commit 3cbfac9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/app/modules/result-selection/services/result-selection.store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export class ResultSelectionStore {
113113
caller: Caller.EventResult
114114
};
115115
this._resultSelectionCommand$.next(resultSelectionCommand);
116-
this._remainingResultSelection$ = new BehaviorSubject({});
117116
}
118117
}
119118

0 commit comments

Comments
 (0)