Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8352c5c

Browse files
author
Nick Litwin
committed
Add forgotten parameter
1 parent 280972b commit 8352c5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/services/submissions.service.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
});
3434
}
3535

36-
function uploadSubmissionFileToS3(presignedURLResponse, files) {
37-
var filesWithPresignedURL = presignedURLResponse.data.files;
36+
function uploadSubmissionFileToS3(presignedURLResponse, filesWithPresignedURL, files) {
3837

3938
var promises = filesWithPresignedURL.map(function(fileWithPresignedURL) {
4039
var deferred = $q.defer();

0 commit comments

Comments
 (0)