diff --git a/src/config.rs b/src/config.rs index 6323bd8..d0bc14e 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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!(), } }