refactor(core): Standardize filename casing for environments and eventbus (no-changelog) (#10527)

This commit is contained in:
Iván Ovejero
2024-08-26 11:10:06 +02:00
committed by GitHub
parent 9d156d3703
commit 96e69ad5f2
87 changed files with 207 additions and 206 deletions

View File

@@ -22,7 +22,7 @@ import { License } from '@/license';
import { getCurrentAuthenticationMethod } from '@/sso/sso-helpers';
import { getLdapLoginLabel } from '@/ldap/helpers.ee';
import { getSamlLoginLabel } from '@/sso/saml/saml-helpers';
import { getVariablesLimit } from '@/environments/variables/environmentHelpers';
import { getVariablesLimit } from '@/environments/variables/environment-helpers';
import {
getWorkflowHistoryLicensePruneTime,
getWorkflowHistoryPruneTime,