Skip to content

Commit

Permalink
fix: review comment addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Aug 20, 2024
1 parent e91a821 commit 3f6557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/destinations/attentive_tag/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const trackResponseBuilder = (message, { Config }) => {
payload.type = get(message, 'event');
if (!arePropertiesValid(payload.properties)) {
throw new InstrumentationError(
'[Attentive Tag]:The event name contains characters which is not allowed',
'[Attentive Tag]:The properties contains characters which is not allowed',
);
}
}
Expand Down

0 comments on commit 3f6557d

Please sign in to comment.