Skip to content

Commit 76740ed

Browse files
committed
up
1 parent bb41c0b commit 76740ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/core/decision_service/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ export class DecisionService {
362362
const userId = user.getUserId();
363363
const attributes = user.getAttributes();
364364

365-
// by default, the bucketing ID should be the user ID
366365
const bucketingId = this.getBucketingId(userId, attributes);
367366
const bucketerParams = this.buildBucketerParams(configObj, experiment, bucketingId, userId);
368367

0 commit comments

Comments
 (0)