fix: bug in prior conflict merge (#3546)

This commit is contained in:
Dag 2023-07-16 22:37:37 +02:00 committed by GitHub
parent 440adf2f3b
commit 08d16322e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,7 +191,7 @@ function getContents(
throw new CloudFlareException($exceptionMessage, $response['code']);
}
}
throw new HttpException(trim($exceptionMessage), $result['code']);
throw new HttpException(trim($exceptionMessage), $response['code']);
}
if ($returnFull === true) {
// For legacy reasons, use content instead of body