Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrag committed Sep 10, 2024
1 parent 276f55a commit 3441367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/HostsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function update(
];

if ($addresses instanceof DnsHostAddressCollection) {
$payload['billables'] = $addresses->toArray();
$payload['addresses'] = $addresses->toArray();
}

$this->client->post(sprintf('v2/hosts/%s/update', $hostName), $payload);
Expand Down

0 comments on commit 3441367

Please sign in to comment.