diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0c175c8..4510f0e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiclient.xyz/hetznercloud', - version: '1.0.16', + version: '1.0.17', description: 'an unofficial api client for the hetzner cloud api' } diff --git a/ts/classes.account.ts b/ts/classes.account.ts index 3402247..521a80b 100644 --- a/ts/classes.account.ts +++ b/ts/classes.account.ts @@ -11,7 +11,7 @@ export class HetznerAccount { return HetznerServer.getServers(this); } - public async getServersByLabel(labelArg: string, labelObject: plugins.tsclass.typeFestOwn.SecondArgument) { + public async getServersByLabel(labelObject: plugins.tsclass.typeFestOwn.SecondArgument) { return HetznerServer.getServersByLabel(this, labelObject); }