fix: bug in prior conflict merge (#3546)
This commit is contained in:
parent
440adf2f3b
commit
08d16322e1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user