Linting
This commit is contained in:
parent
e792b717c5
commit
9b8e2718ed
|
@ -22,7 +22,9 @@ export default class LicenseAPI {
|
||||||
)
|
)
|
||||||
|
|
||||||
if (response.status !== 200) {
|
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]
|
return [response, json]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue