Skip to content

Commit

Permalink
Update src/identityApiClient.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Ing <[email protected]>
  • Loading branch information
alexs-mparticle and rmi22186 authored Dec 16, 2024
1 parent 5564943 commit 52ee0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/identityApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function IdentityAPIClient(
message = 'Received Alias Response from server: ' + JSON.stringify(response.status);
break;

// Our Identity API will return a 400 error if there is an issue with the requeest body
// Our Alias Request API will return a 400 error if there is an issue with the request body
// such as if the body is empty or one of the attirbutes is missing or malformed
// A 400 will return an error in the response body and will go through the happy path to report the error
case HTTP_BAD_REQUEST:
Expand Down

0 comments on commit 52ee0a6

Please sign in to comment.