Making sure any errors that occur in usage quota are thrown up to stop endpoint from functioning.
This commit is contained in:
parent
ac9be28064
commit
86102982a1
|
@ -94,7 +94,7 @@ exports.update = async (apiKey, property, usage) => {
|
|||
await apiKeyTable.put({ item: keyObj })
|
||||
return
|
||||
}
|
||||
throw "Resource limits have been reached"
|
||||
}
|
||||
throw "Resource limits have been reached"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue