fix: build error (#3351)

This commit is contained in:
Prateek Shourya
2025-06-06 21:27:06 +05:30
committed by GitHub
parent e9cf4d18ba
commit 4a5682a219

View File

@@ -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;