mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
fix: bug in prior conflict merge (#3546)
This commit is contained in:
parent
440adf2f3b
commit
08d16322e1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue