mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Move ApplicationError to @n8n/errors (#17667)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ApplicationError } from 'n8n-workflow';
|
||||
import { ApplicationError } from '@n8n/errors';
|
||||
import type {
|
||||
ICredentialDataDecryptedObject,
|
||||
ICredentialType,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ApplicationError } from 'n8n-workflow';
|
||||
import { ApplicationError } from '@n8n/errors';
|
||||
import type {
|
||||
IAuthenticateGeneric,
|
||||
ICredentialDataDecryptedObject,
|
||||
|
||||
Reference in New Issue
Block a user