Skip to content

Commit

Permalink
Update type
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Sep 1, 2024
1 parent 0b2e8fd commit 044c9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/slices/roomSlice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export interface RoomState {
}
}

type RoomUpdate = Omit<RoomState, 'roomMode' | 'state'>;
type RoomUpdate = Omit<RoomState, 'roomMode' | 'state' | 'drawing'>;

const initialState: RoomState = {
logo: edumeetConfig.theme.logo,
Expand Down

0 comments on commit 044c9a5

Please sign in to comment.