Skip to content

Commit

Permalink
🐛HTTP 202 returned by flow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdurow committed Dec 14, 2019
1 parent 33742a7 commit 0bb8995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SmartButtonsUCI/SmartButtons.ClientHooks/src/Helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0bb8995

Please sign in to comment.