Skip to content

Commit 802c7be

Browse files
committed
Remove redundant reducer
1 parent 5542683 commit 802c7be

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/EventScore/Store/EventScoreReducer.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,4 @@ public static class EventScoreReducer
88
[ReducerMethod]
99
public static EventScoreState OnSetEventScore(EventScoreState state, SetEventScoreAction action) =>
1010
state with { Score = action.Score };
11-
12-
[ReducerMethod]
13-
public static EventScoreState OnEventScoreUpdated(EventScoreState state, EventScoreUpdatedAction action) =>
14-
state with { Score = action.Score };
1511
}

0 commit comments

Comments
 (0)