Skip to content

Commit

Permalink
send knock request
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Oct 16, 2024
1 parent 676c63a commit d995e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class JoinRoomScreenViewModel: JoinRoomScreenViewModelType, JoinRoomScreenViewMo

switch viewAction {
case .knock:
break
Task { await knockRoom() }
case .join:
Task { await joinRoom() }
case .acceptInvite:
Expand Down

0 comments on commit d995e87

Please sign in to comment.