From 9de6cbda14b66bd1d7d9108b1ee1dbb0b1baed6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 6 Apr 2023 13:54:20 +0200 Subject: [PATCH] drop already finished TODO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we did settle on 'pom' as key prefix in the end. Signed-off-by: Fabian Grünbichler --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!(), } }