From a29e4972de53c6cc87530dcd9752d15f66068853 Mon Sep 17 00:00:00 2001 From: mihir-4116 Date: Thu, 21 Mar 2024 10:06:53 +0530 Subject: [PATCH] chore: lint fix --- src/v0/util/googleUtils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/util/googleUtils/index.js b/src/v0/util/googleUtils/index.js index f6a8a5a24c..9762acb8d3 100644 --- a/src/v0/util/googleUtils/index.js +++ b/src/v0/util/googleUtils/index.js @@ -5,7 +5,7 @@ const UNSPECIFIED_CONSENT = 'UNSPECIFIED'; const UNKNOWN_CONSENT = 'UNKNOWN'; /** - * Populates the consent object based on the provided configuration and consent mapping. + * Populates the consent object based on the provided configuration and consent config mapping. * * @param {Object} config - The configuration object containing consent values. * @param {Object} consentConfigMap - The mapping of consent keys to consent types.