Skip to content

Commit 1c2d5ea

Browse files
committed
Getting mixed results..
1 parent 11d125d commit 1c2d5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/v2/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ public function getHypervisorStatistics(): array
645645
public function getHypervisors(): array
646646
{
647647
$marker = $this->params->marker();
648-
$marker['type'] = Params::INT_TYPE;
648+
$marker['type'] = Params::INT_STRING;
649649

650650
return [
651651
'method' => 'GET',

0 commit comments

Comments
 (0)