Browse Source

Merge branch 'develop' into standalone_develop

pull/313/head
yystopf 4 years ago
parent
commit
37317f82bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/trace/client_service.rb

+ 1
- 1
app/services/trace/client_service.rb View File

@@ -105,6 +105,6 @@ class Trace::ClientService < ApplicationService

log_error(status, body)

return [body["code"], body["Data"], body["Error"]]
return [body["code"], body["data"], body["error"]]
end
end

Loading…
Cancel
Save