Skip to content

Commit

Permalink
fix: time_limit type in ProblemEvent Object
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <[email protected]>
  • Loading branch information
Dup4 authored and nickygerritsen committed Jun 16, 2024
1 parent 3002fb3 commit a585991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/DataTransferObject/Shadowing/ProblemEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ProblemEvent implements EventData
public function __construct(
public readonly string $id,
public readonly string $name,
public readonly int $timeLimit,
public readonly float $timeLimit,
public readonly ?string $label,
public readonly ?string $rgb,
) {}
Expand Down

0 comments on commit a585991

Please sign in to comment.