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:
Fabian Grünbichler 2023-04-06 13:54:20 +02:00
parent 50d37e1b3c
commit 9de6cbda14

View File

@ -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!(),
} }
} }