Skip to content

Commit

Permalink
commit change instead of cherry-pick (#1676)
Browse files Browse the repository at this point in the history
Co-authored-by: Pratik Prajapati <[email protected]>
  • Loading branch information
danoswaltCL and ppratikcr7 authored Jun 20, 2024
1 parent ee58fa8 commit 8105894
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ export class ExperimentAssignmentService {
where: {
site: site,
target: target,
user: userId,
user: userDoc,
},
relations: ['user'],
});
if (experimentId && experiments.length) {
const selectedExperimentDP = dpExperiments.find((dp) => dp.experiment.id === experimentId);
Expand Down

0 comments on commit 8105894

Please sign in to comment.