Skip to content

Commit

Permalink
Merge branch 'main' into frontend-bc-small-formating-change
Browse files Browse the repository at this point in the history
  • Loading branch information
bikemc committed Oct 14, 2023
2 parents 91c878a + 1e57590 commit 9efbf25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/redux/slices/openSessionSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const openSessionSlice = createSlice({
state.session = {
...payload,
id: "",
creation_time: 0,
participants: payload.participants.map((p) => ({
...p,
id: ""
Expand Down

0 comments on commit 9efbf25

Please sign in to comment.