From 3f6557dad8e5136f4de3de10ba9d860fd9c2b9e0 Mon Sep 17 00:00:00 2001 From: shrouti1507 Date: Tue, 20 Aug 2024 12:15:34 +0530 Subject: [PATCH] fix: review comment addressed --- src/v0/destinations/attentive_tag/transform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/destinations/attentive_tag/transform.js b/src/v0/destinations/attentive_tag/transform.js index ffe60faf9d..5522c078b0 100644 --- a/src/v0/destinations/attentive_tag/transform.js +++ b/src/v0/destinations/attentive_tag/transform.js @@ -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', ); } }