Skip to content

Commit dbcd199

Browse files
We renamed externalid to icpcid.
1 parent d3ab965 commit dbcd199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Service/ImportExportService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ protected function importTeamsJson(array $data, string &$message = null): int
829829
$teamData[] = [
830830
'team' => [
831831
'teamid' => $team['id'],
832-
'externalid' => $team['icpc_id'] ?? null,
832+
'icpcid' => $team['icpc_id'] ?? null,
833833
'categoryid' => $team['group_ids'][0] ?? null,
834834
'name' => @$team['name'],
835835
'display_name' => @$team['display_name'],

0 commit comments

Comments
 (0)