Skip to content

Commit e8cc04d

Browse files
KevinjilmeisterT
authored andcommitted
Change countdownPauseTime to type to match specs
1 parent 4401424 commit e8cc04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/DataTransferObject/Shadowing/ContestEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function __construct(
1212
public readonly int $penaltyTime,
1313
public readonly ?string $formalName,
1414
public readonly ?string $startTime,
15-
public readonly ?int $countdownPauseTime,
15+
public readonly ?string $countdownPauseTime,
1616
public readonly ?string $scoreboardFreezeDuration,
1717
public readonly ?string $scoreboardThawTime,
1818
) {}

0 commit comments

Comments
 (0)