diff --git a/gql_vex.go b/gql_vex.go index 28c9f70..5e2f117 100644 --- a/gql_vex.go +++ b/gql_vex.go @@ -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 {