We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9cf214 commit 8a62b66Copy full SHA for 8a62b66
1 file changed
lib/optimizely/index.ts
@@ -1367,7 +1367,7 @@ export default class Optimizely extends BaseService implements Client {
1367
throw new Error(INVALID_IDENTIFIER);
1368
}
1369
1370
- if (!this.validateInputs({ user_id: userIdentifier }, attributes)) {
+ if (!this.validateInputs({}, attributes)) {
1371
throw new Error(INVALID_ATTRIBUTES);
1372
1373
0 commit comments