Skip to content

Commit

Permalink
Also allow deactivation via API input
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Nov 22, 2023
1 parent 2f0d99d commit 6a3e844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Service/ImportExportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function importContestData(mixed $data, ?string &$errorMessage = null, st
}
}

$deactivateTime = $this->convertImportedTime($deactivateTimeFields, $data, $errorMessage);
$deactivateTime = $this->convertImportedTime($deactivateTimeFields, $data, $errorMessage, contest: $contest);
if ($errorMessage) {
return false;
}
Expand Down

0 comments on commit 6a3e844

Please sign in to comment.