forked from Gitlink/forgeplus
fix: response data result
This commit is contained in:
parent
720c073f32
commit
2dfd69ae21
|
@ -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…
Reference in New Issue