mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 06:25:58 +02:00
fix: build error (#3351)
This commit is contained in:
@@ -150,7 +150,7 @@ export class SelfHostedSubscriptionStore implements ISelfHostedSubscriptionStore
|
||||
// fetch workspace subscribed plan
|
||||
await this.rootStore.workspaceSubscription.fetchWorkspaceSubscribedPlan(workspaceSlug);
|
||||
// remove feature flags
|
||||
this.rootStore.featureFlags.flags[workspaceSlug] = {};
|
||||
delete this.rootStore.featureFlags.flags[workspaceSlug];
|
||||
} catch (error) {
|
||||
console.error("selfHostedSubscriptionService -> deactivateLicense -> error", error);
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user