Skip to content

Commit 1dfbe2b

Browse files
committed
fix: certificate error
1 parent db6934a commit 1dfbe2b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,6 @@ workflows:
7272
context : org-global
7373
filters:
7474
branches:
75-
only: master
75+
only:
76+
- master
77+
- hotfix/inc-15

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"superagent": "^3.8.3",
4949
"swagger-ui-express": "^4.1.6",
5050
"tc-bus-api-wrapper": "topcoder-platform/tc-bus-api-wrapper.git#feature/auth0-proxy-server",
51-
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#feature/auth0-proxy-server",
51+
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.6.4",
5252
"uuid": "^3.3.0",
5353
"winston": "^2.4.3",
5454
"yamljs": "^0.3.0"

src/services/SubmissionService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ function * deleteSubmission (authUser, submissionId) {
612612

613613
deleteSubmission.schema = {
614614
authUser: joi.object().required(),
615-
submissionId: joi.string().guid().required(),
615+
submissionId: joi.string().guid().required()
616616
}
617617

618618
module.exports = {

0 commit comments

Comments
 (0)