Skip to content

Commit 74c59f9

Browse files
committed
Fix Content Type
1 parent 5059987 commit 74c59f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Models/Servers/Servers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function create(
8585
'json' => [
8686
'name' => $name,
8787
'server_type' => $serverType->id,
88-
'datacenter' => $datacenter == null ? null : $datacenter->id,
88+
// 'datacenter' => $datacenter == null ? null : $datacenter->id,
8989
'location' => $location == null ? null : $location->id,
9090
'image' => $image->id,
9191
'start_after_create' => $startAfterCreate,

0 commit comments

Comments
 (0)