Skip to content

Commit 054fb77

Browse files
Clean up
1 parent 12c97fc commit 054fb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integrationCapture.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ export default class IntegrationCapture {
192192

193193
for (const key in clickIds) {
194194
if (clickIds.hasOwnProperty(key)) {
195-
const value = clickIds[key];
196-
const mappedKey = mappingList[key]?.mappedKey;
195+
const value = clickIds[key];
196+
const mappedKey = mappingList[key]?.mappedKey;
197197
if (!isEmpty(mappedKey)) {
198198
mappedClickIds[mappedKey] = value;
199199
}

0 commit comments

Comments
 (0)