fix: 8dfa2760f0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-01-31 08:26:36 +08:00
parent 8dfa2760f0
commit 47ef361220
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -54,7 +54,7 @@ class UOJRemoteProblem {
}
return [
'content-type' => $curl->response_headers['Content-Type'],
'content-type' => $curl->responseHeaders['Content-Type'],
'response' => $curl->response,
];
});