We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b76af2 commit 960bc1dCopy full SHA for 960bc1d
src/services/submissions.js
@@ -69,7 +69,7 @@ class SubmissionsService {
69
* @param {String} submissionId
70
* @return {Promise} Resolves to the api response.
71
*/
72
- async getSubmissionArtifacts(submissionId) {
+ async getSubmissionArtifacts(submissionId) {
73
const url = `/submissions/${submissionId}/artifacts`;
74
return this.private.apiV5.get(url)
75
.then(checkErrorV5)
0 commit comments