Skip to content

Commit

Permalink
Merge branch 'master' into fix-processing-config-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
cosa65 authored Apr 25, 2022
2 parents 110054c + cf0e414 commit 4d2d00d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/route-services/experiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ class ExperimentService {
}

async patchCellSets(experimentId, patch) {
logger.log(`PATCH cell sets in s3 for experiment ${experimentId}`);

const cellSetsObject = await this.getCellSets(experimentId);
const { cellSets: cellSetsList } = cellSetsObject;

Expand Down

0 comments on commit 4d2d00d

Please sign in to comment.