fix(core): update
This commit is contained in:
@@ -28,7 +28,7 @@ A modern approach to talking to the hetzner API.
|
||||
```typescript
|
||||
import hetznerCloud from '@apiclient.xyz/hetznercloud'
|
||||
const myhetznerAccount = new hetznerCloud.HetznerAccount('myToken');
|
||||
const servers = const myhetznerAccount.getServers();
|
||||
const servers = myhetznerAccount.getServers();
|
||||
for (const server of servers) {
|
||||
await server.delete();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user