Skip to content

Commit b1ed898

Browse files
#241 - Restore fix to send url in update submission event
1 parent 4ff7f8a commit b1ed898

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/SubmissionService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ function * _updateSubmission (authUser, submissionId, entity) {
473473
submissionPhaseId: updatedSub.submissionPhaseId,
474474
type: updatedSub.type,
475475
submittedDate: updatedSub.submittedDate,
476-
url: updatedSub.url,
477476
legacyChallengeId: updatedSub.legacyChallengeId
478477
}, entity)
479478
}

0 commit comments

Comments
 (0)