1
0
forked from Proxmox/proxmox

subscription: properly alias 'notfound'

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-09-07 10:42:51 +02:00
parent f908f216ae
commit 31f1bbbf40

View File

@ -29,7 +29,7 @@ pub enum SubscriptionStatus {
#[serde(alias = "New")]
New,
/// no subscription set
#[serde(alias = "Notfound")]
#[serde(alias = "NotFound")]
NotFound,
/// subscription set and active
#[serde(alias = "Active")]