mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Move tag collection into repository (no-changelog) (#6860)
* refactor(core): Move tag collection into repository * Fix tests * Address feedback * Fix missing spot
This commit is contained in:
@@ -482,7 +482,7 @@ export class Server extends AbstractServer {
|
||||
logger,
|
||||
jwtService,
|
||||
}),
|
||||
new TagsController({ config, repositories, externalHooks }),
|
||||
Container.get(TagsController),
|
||||
new TranslationController(config, this.credentialTypes),
|
||||
new UsersController({
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user