mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Mark all backend Enterprise Edition files and dirs (#12350)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as helpers from '@/sso/saml/saml-helpers';
|
||||
import type { SamlUserAttributes } from '@/sso/saml/types/saml-user-attributes';
|
||||
import * as helpers from '@/sso.ee/saml/saml-helpers';
|
||||
import type { SamlUserAttributes } from '@/sso.ee/saml/types/saml-user-attributes';
|
||||
|
||||
import { getPersonalProject } from '../shared/db/projects';
|
||||
import * as testDb from '../shared/test-db';
|
||||
|
||||
Reference in New Issue
Block a user