Skip to content

Commit a744de7

Browse files
authored
Merge branch 'develop' into master
2 parents f39cc1f + 7c93f3a commit a744de7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install_dependency: &install_dependency
1414
install_deploysuite: &install_deploysuite
1515
name: Installation of install_deploysuite.
1616
command: |
17-
git clone --branch v1.4.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
17+
git clone --branch v1.4.10 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
1818
cp ./../buildscript/master_deploy.sh .
1919
cp ./../buildscript/buildenv.sh .
2020
cp ./../buildscript/awsconfiguration.sh .

src/services/SubmissionService.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ function * deleteSubmission (authUser, submissionId) {
601601
'mime-type': mimeType,
602602
payload: {
603603
resource: helper.camelize(table),
604-
id: submissionId
605-
604+
id: submissionId,
605+
legacyId: exist.legacySubmissionId
606606
}
607607
}
608608

0 commit comments

Comments
 (0)