Skip to content

Commit 61beee8

Browse files
committed
Remove redundant Number cast
1 parent f116260 commit 61beee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flagsmith-engine/utils/hashing/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ export function getHashedPercentateForObjIds(objectIds: Array<any>, iterations =
2727
return getHashedPercentateForObjIds(objectIds, iterations + 1);
2828
}
2929

30-
return Number(value);
30+
return value;
3131
}

0 commit comments

Comments
 (0)