We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c97fc commit 054fb77Copy full SHA for 054fb77
src/integrationCapture.ts
@@ -192,8 +192,8 @@ export default class IntegrationCapture {
192
193
for (const key in clickIds) {
194
if (clickIds.hasOwnProperty(key)) {
195
- const value = clickIds[key];
196
- const mappedKey = mappingList[key]?.mappedKey;
+ const value = clickIds[key];
+ const mappedKey = mappingList[key]?.mappedKey;
197
if (!isEmpty(mappedKey)) {
198
mappedClickIds[mappedKey] = value;
199
}
0 commit comments