From 84780647da78adb88e24eabd53cfaefa5898ace2 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 18 Feb 2024 23:45:03 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/classes.account.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }