refactor(core): Move the Memoized decorator to @n8n/decorators (no-changelog) (#14952)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-04-28 14:16:00 +02:00
committed by GitHub
parent 46df8b47d6
commit 2212aeba30
9 changed files with 20 additions and 16 deletions
@@ -1,3 +1,4 @@
import { Memoized } from '@n8n/decorators';
import { Container } from '@n8n/di';
import { get } from 'lodash';
import type {
@@ -33,7 +34,6 @@ import {
HTTP_REQUEST_NODE_TYPE,
HTTP_REQUEST_TOOL_NODE_TYPE,
} from '@/constants';
import { Memoized } from '@/decorators';
import { InstanceSettings } from '@/instance-settings';
import { Logger } from '@/logging/logger';