mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 08:39:03 +02:00
Merge pull request #22592 from overleaf/em-swallowed-error-recurly-wrapper
Do not swallow errors when communicating with Recurly GitOrigin-RevId: 152f75dce10bd13f0a1655118de2de4f3a03ba08
This commit is contained in:
committed by
Copybot
parent
18b8760bbb
commit
8b0aae34ed
@@ -443,6 +443,8 @@ const promises = {
|
||||
`Recurly API returned with status code: ${error.response.status}`,
|
||||
{ statusCode: error.response.status }
|
||||
)
|
||||
} else {
|
||||
throw error
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user