Skip to content

Commit 8b6f766

Browse files
authored
[Bug] Default server id to null when executing speedtest (alexjustesen#1614)
default server id to null when executing speedtest
1 parent 3784cff commit 8b6f766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/Speedtests/ExecuteOoklaSpeedtest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ExecuteOoklaSpeedtest implements ShouldBeUnique, ShouldQueue
3333
*/
3434
public function __construct(
3535
public Result $result,
36-
public ?int $serverId,
36+
public ?int $serverId = null,
3737
) {}
3838

3939
/**

0 commit comments

Comments
 (0)