Skip to content

Commit 43ffa1f

Browse files
committed
feat: refactor
1 parent 58adae3 commit 43ffa1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

segment-tracker/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ function flattenDict(dictToFlatten, prefix) {
7575

7676
flatDict[`${prefix}${camelToSnakeCase(result.keys[i])}`] = result.values[i];
7777

78-
79-
flatDict[result.keys[i]] = result.values[i];
8078
}
8179

8280
return flatDict;

0 commit comments

Comments
 (0)