We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug JS client lib not sending the correct object to mark an experiment point
To Reproduce
const UpgradeClient = window["upgrade-client-lib"].UpgradeClient; const upClient = new UpgradeClient("student1", "http://localhost:3030", "add"); window.onload = async () => { await upClient.init(); const site = "site"; const target = "target"; const assignment = await upClient.getDecisionPointAssignment(site, target); const condition = assignment && assignment.getCondition(); // MARKED_DECISION_POINT_STATUS.NO_CONDITION_ASSIGNED await upClient.markExperimentPoint(site, null, 'no condition assigned', target); }
Expected behavior The JS library should send an object like MarkExperimentValidatorv4
MarkExperimentValidatorv4
The text was updated successfully, but these errors were encountered:
jreddig
Successfully merging a pull request may close this issue.
Describe the bug
JS client lib not sending the correct object to mark an experiment point
To Reproduce
Expected behavior
The JS library should send an object like
MarkExperimentValidatorv4
The text was updated successfully, but these errors were encountered: