Skip to content

Commit dbdd6a5

Browse files
committed
fix: syntax error
1 parent 95a492c commit dbdd6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upcloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ private function getApi($api_token)
220220
$blestaVer = $setting->value;
221221
$params = [
222222
'apiToken' => $api_token,
223-
'blestaVer' => $blestaVer
223+
'blestaVer' => $blestaVer,
224224
'moduleVer' => $this->config->version,
225225
];
226226
$api = new UpcloudvpsApi($params);

0 commit comments

Comments
 (0)