fix: correct typo in property name from "Entreprise" to "Enterprise" (#9916)
The property name "hasValidEntrepriseKey" was corrected to "hasValidEnterpriseKey" across multiple files for consistency and accuracy. This ensures proper alignment with naming conventions and avoids potential issues in usage or understanding.
This commit is contained in:
@ -216,7 +216,7 @@ export class WorkspaceResolver {
|
||||
}
|
||||
|
||||
@ResolveField(() => Boolean)
|
||||
hasValidEntrepriseKey(): boolean {
|
||||
hasValidEnterpriseKey(): boolean {
|
||||
return isDefined(this.environmentService.get('ENTERPRISE_KEY'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user