mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-05 01:56:33 +02:00
refactor(core): Move the Memoized decorator to @n8n/decorators (no-changelog) (#14952)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { Memoized } from '@n8n/decorators';
|
||||
import { Container } from '@n8n/di';
|
||||
import type { ICredentialTestFunctions } from 'n8n-workflow';
|
||||
|
||||
import { Memoized } from '@/decorators';
|
||||
import { Logger } from '@/logging';
|
||||
|
||||
import { proxyRequestToAxios } from './utils/request-helper-functions';
|
||||
|
||||
Reference in New Issue
Block a user