We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb41c0b commit 76740edCopy full SHA for 76740ed
1 file changed
lib/core/decision_service/index.ts
@@ -362,7 +362,6 @@ export class DecisionService {
362
const userId = user.getUserId();
363
const attributes = user.getAttributes();
364
365
- // by default, the bucketing ID should be the user ID
366
const bucketingId = this.getBucketingId(userId, attributes);
367
const bucketerParams = this.buildBucketerParams(configObj, experiment, bucketingId, userId);
368
0 commit comments