mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 11:12:44 +00: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