diff --git a/SmartButtonsUCI/SmartButtons.ClientHooks/src/Helpers.ts b/SmartButtonsUCI/SmartButtons.ClientHooks/src/Helpers.ts index 62be6c7..093887b 100644 --- a/SmartButtonsUCI/SmartButtons.ClientHooks/src/Helpers.ts +++ b/SmartButtonsUCI/SmartButtons.ClientHooks/src/Helpers.ts @@ -52,6 +52,7 @@ namespace SmartButtons.ClientHooks.SmartButtons { request.onreadystatechange = null; switch (this.status) { case 200: // Success with content returned in response body. + case 202: // Success accepted. case 204: // Success with no content returned in response body. resolve(this); break;