Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicoYal committed Dec 17, 2024
1 parent 30e883c commit 0a6a15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/fix-action
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions internal/app/room/room_handler/delivery.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func (h *RoomHandler) JoinRoom(w http.ResponseWriter, r *http.Request) {

validActions := []string{"pause", "play", "rewind", "message", "change"}
isValid := false
isValid = false

for _, validAction := range validActions {
if action.Name == validAction {
Expand Down

0 comments on commit 0a6a15e

Please sign in to comment.