Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 committed Mar 21, 2024
1 parent a999aeb commit a29e497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/util/googleUtils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a29e497

Please sign in to comment.