Skip to content

Commit 90c57c9

Browse files
authored
Merge pull request #2239 from codalab/fix-phase-migration
Fix auto-migration to next phase
2 parents ed2b43a + ad31fe2 commit 90c57c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/apps/competitions/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def apply_phase_migration(self, current_phase, next_phase, force_migration=False
153153
created_by_migration=current_phase,
154154
participant=submission.participant,
155155
phase=next_phase,
156-
task=submission.task,
157156
owner=submission.owner,
158157
data=submission.data,
159158
)

0 commit comments

Comments
 (0)