Skip to content

Commit

Permalink
Address PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Nov 20, 2024
1 parent cc84d6f commit fcb96db
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 @@ -234,7 +234,7 @@ export default function IdentityAPIClient(
false
);
} catch (err) {
const errorMessage = (err as Error).message || 'Unknown Error';
const errorMessage = (err as Error).message || err.toString();

mpInstance._Store.identityCallInFlight = false;
invokeCallback(
Expand Down

0 comments on commit fcb96db

Please sign in to comment.