mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-08-14 02:34:01 +00:00
drop already finished TODO
we did settle on 'pom' as key prefix in the end. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
50d37e1b3c
commit
9de6cbda14
@ -244,7 +244,7 @@ impl SubscriptionKey {
|
|||||||
"pve" => ProductType::Pve,
|
"pve" => ProductType::Pve,
|
||||||
"pmg" => ProductType::Pmg,
|
"pmg" => ProductType::Pmg,
|
||||||
"pbs" => ProductType::Pbs,
|
"pbs" => ProductType::Pbs,
|
||||||
"pom" => ProductType::Pom, // TODO replace with actual key prefix
|
"pom" => ProductType::Pom,
|
||||||
_ => unimplemented!(),
|
_ => unimplemented!(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user