Deprecate dummy enterprise key 2/2 (#21328)
Following [1/2](https://github.com/twentyhq/twenty/pull/20890) Now that all usages of hasValidEnterpriseKey has been removed in prod and deployed, we can safely remove it altogether. --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -309,11 +309,6 @@ export class WorkspaceResolver {
|
||||
);
|
||||
}
|
||||
|
||||
@ResolveField(() => Boolean)
|
||||
hasValidEnterpriseKey(): boolean {
|
||||
return this.enterprisePlanService.hasValidSignedEnterpriseKey();
|
||||
}
|
||||
|
||||
@ResolveField(() => Boolean)
|
||||
hasValidSignedEnterpriseKey(): boolean {
|
||||
return this.enterprisePlanService.hasValidSignedEnterpriseKey();
|
||||
|
||||
Reference in New Issue
Block a user