Skip to content

Commit ae327d5

Browse files
committed
We don't receive files during the freeze as analyst instance
1 parent f4e0004 commit ae327d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/DataTransferObject/Shadowing/SubmissionEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public function __construct(
1414
public readonly string $teamId,
1515
public readonly string $time,
1616
public readonly ?string $entryPoint,
17-
public readonly array $files,
17+
public readonly ?array $files,
1818
) {}
1919
}

0 commit comments

Comments
 (0)