Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(server): remove unsupported linux32 rescue type (#679)
The `linux32` rescue type has been removed and is now unsupported ([See docs](https://docs.hetzner.cloud/changelog#2024-01-08-server-action-enable-rescue-no-longer-supports-32bit)). This PR removes it from suggestions and also checks for the passed type to be valid before sending an API request (like how it's done with other enums). Co-authored-by: pauhull <22707808+pauhull@users.noreply.github.com>
- Loading branch information