1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00
This commit is contained in:
Pedro Silva 2023-05-12 12:27:34 +01:00
parent e792b717c5
commit 9b8e2718ed

View file

@ -22,7 +22,9 @@ export default class LicenseAPI {
)
if (response.status !== 200) {
throw new Error(`Could not update license for accountId=${accountId}: ${response.status}`)
throw new Error(
`Could not update license for accountId=${accountId}: ${response.status}`
)
}
return [response, json]
}