mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Move UserRepository and subscribers to @n8n/db (#15352)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { ProjectRelationRepository } from '@n8n/db';
|
||||
import { UserRepository } from '@n8n/db';
|
||||
import { Container } from '@n8n/di';
|
||||
|
||||
import { UserRepository } from '@/databases/repositories/user.repository';
|
||||
|
||||
import { createAdmin, createMember, createOwner } from './shared/db/users';
|
||||
import { randomEmail } from './shared/random';
|
||||
import * as testDb from './shared/test-db';
|
||||
|
||||
Reference in New Issue
Block a user