mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
Merge pull request #18453 from overleaf/em-fix-floating-promise
Fix no-floating-promises lint rule GitOrigin-RevId: 58f89e0078abf72be65552f9468cb225e5758e3e
This commit is contained in:
@@ -865,7 +865,7 @@ const RecurlyWrapper = {
|
||||
promises
|
||||
.attemptInvoiceCollection(invoiceId)
|
||||
.then(({ response, body }) => callback(null, response, body))
|
||||
.catch(callback)
|
||||
.catch(err => callback(err))
|
||||
},
|
||||
createFixedAmmountCoupon: callbackify(promises.createFixedAmmountCoupon),
|
||||
getAccountActiveCoupons: callbackify(promises.getAccountActiveCoupons),
|
||||
|
||||
Reference in New Issue
Block a user