Skip to content

Commit 7c93f3a

Browse files
committed
Fix legacy submission ID bug
1 parent 9c5bd02 commit 7c93f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/SubmissionService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ function * deleteSubmission (authUser, submissionId) {
602602
payload: {
603603
resource: helper.camelize(table),
604604
id: submissionId,
605-
legacyId: exist.legacyChallengeId
605+
legacyId: exist.legacySubmissionId
606606
}
607607
}
608608

0 commit comments

Comments
 (0)