fix(core): update

This commit is contained in:
2024-01-29 21:14:05 +01:00
parent 0ac4c6d9a1
commit 8322e8defd
4 changed files with 28 additions and 6 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
import { HetznerServer } from './classes.server.js';
import * as plugins from './hetznercloud.plugins.js';
export class HetznerAccount {
@@ -6,8 +7,8 @@ export class HetznerAccount {
this.token = tokenArg;
}
getServers() {
public async getServers() {
return HetznerServer.getServers(this);
}
/**