We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f116260 commit 61beee8Copy full SHA for 61beee8
flagsmith-engine/utils/hashing/index.ts
@@ -27,5 +27,5 @@ export function getHashedPercentateForObjIds(objectIds: Array<any>, iterations =
27
return getHashedPercentateForObjIds(objectIds, iterations + 1);
28
}
29
30
- return Number(value);
+ return value;
31
0 commit comments