Skip to content

Commit

Permalink
Merge pull request #63 from webitel/v24.04
Browse files Browse the repository at this point in the history
WTEL-4446
  • Loading branch information
navrotskyj authored Jun 6, 2024
2 parents 367a893 + 0acec2d commit c88f4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external_commands/grpc/call_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ func (c *CallConnection) BreakPark(id string, vars map[string]string) *model.App
}

if !res.Ok {
return model.NewAppError("BreakPark", "external.break_park.valid", nil, err.Error(),
return model.NewAppError("BreakPark", "external.break_park.valid", nil, "Bad request",
http.StatusBadRequest)
}

Expand Down

0 comments on commit c88f4a0

Please sign in to comment.