fix: Rename LDAP files to include .ee (no-changelog) (#9943)

This commit is contained in:
Val
2024-07-05 08:51:16 +01:00
committed by GitHub
parent 34019d62b0
commit 1d5b9836ca
11 changed files with 17 additions and 17 deletions

View File

@@ -9,8 +9,8 @@ import { WorkflowRepository } from '@db/repositories/workflow.repository';
import { CredentialsRepository } from '@db/repositories/credentials.repository';
import { SharedWorkflowRepository } from '@db/repositories/sharedWorkflow.repository';
import { SharedCredentialsRepository } from '@db/repositories/sharedCredentials.repository';
import { getLdapSynchronizations, saveLdapSynchronization } from '@/Ldap/helpers';
import { LdapService } from '@/Ldap/ldap.service';
import { getLdapSynchronizations, saveLdapSynchronization } from '@/Ldap/helpers.ee';
import { LdapService } from '@/Ldap/ldap.service.ee';
import { Push } from '@/push';
import { Telemetry } from '@/telemetry';