mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-08-14 10:08:54 +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,
|
||||
"pmg" => ProductType::Pmg,
|
||||
"pbs" => ProductType::Pbs,
|
||||
"pom" => ProductType::Pom, // TODO replace with actual key prefix
|
||||
"pom" => ProductType::Pom,
|
||||
_ => unimplemented!(),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user