mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-11 19:02:35 +02:00
common: add missing enum conversion for legacy_pro
This commit is contained in:
@@ -32,6 +32,8 @@ namespace Streetwriters.Common.Helpers
|
||||
return SubscriptionPlan.ESSENTIAL;
|
||||
case "pro":
|
||||
return SubscriptionPlan.PRO;
|
||||
case "legacy_pro":
|
||||
return SubscriptionPlan.LEGACY_PRO;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user