mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
fix: response data result
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user