Updated SetMatchState to make a downwards signal

graph-rework
noah metz 2023-06-18 18:15:06 -06:00
parent 66e6c4263c
commit 105de0509c
1 changed files with 1 additions and 1 deletions

@ -121,7 +121,7 @@ func GQLVexMutationSetMatchState() *graphql.Field {
return nil, errors.New("Failed to cast arg state to string")
}
signal := NewSignal(server, state)
signal := NewDownSignal(server, state)
owner := server.Owner()
if owner == nil {