Added empty else to GQLHandler websocket loop

graph-rework
noah metz 2023-06-16 02:20:07 -06:00
parent 7a1e11c1f2
commit ed5403b8ec
1 changed files with 1 additions and 0 deletions

@ -278,6 +278,7 @@ func GQLHandler(schema graphql.Schema, ctx context.Context) func(http.ResponseWr
log.Logf("gqlws", "ERROR: %+v", err)
break
}
} else {
}
}
return