Skip to content

Commit 8a62b66

Browse files
committed
upd
1 parent b9cf214 commit 8a62b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimizely/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ export default class Optimizely extends BaseService implements Client {
13671367
throw new Error(INVALID_IDENTIFIER);
13681368
}
13691369

1370-
if (!this.validateInputs({ user_id: userIdentifier }, attributes)) {
1370+
if (!this.validateInputs({}, attributes)) {
13711371
throw new Error(INVALID_ATTRIBUTES);
13721372
}
13731373

0 commit comments

Comments
 (0)