Skip to content

Commit 73ae5a4

Browse files
committed
minor formatting change
1 parent 13cb313 commit 73ae5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,9 +1122,9 @@ public function list_active_clients(bool $includeTrafficUsage = true, bool $incl
11221122
public function list_clients_history(bool $onlyNonBlocked = true, bool $includeUnifiDevices = true, int $withinHours = 0)
11231123
{
11241124
$query = http_build_query([
1125-
'onlyNonBlocked' => $onlyNonBlocked,
1125+
'onlyNonBlocked' => $onlyNonBlocked,
11261126
'includeUnifiDevices' => $includeUnifiDevices,
1127-
'withinHours' => $withinHours,
1127+
'withinHours' => $withinHours,
11281128
]);
11291129

11301130
return $this->fetch_results('/v2/api/site/' . $this->site . '/clients/history?' . $query);

0 commit comments

Comments
 (0)