Fix execute response

This commit is contained in:
Konrad Hanff
2021-05-06 10:28:59 +02:00
parent c7433456d0
commit 77f84ccf56

View File

@ -20,7 +20,7 @@ type RunnerResponse struct {
// WebsocketResponse is the expected response when creating an execution for a runner.
type WebsocketResponse struct {
WebsocketUrl string
WebsocketUrl string `json:"websocketUrl"`
}
// ClientError is the response interface if the request is not valid.