mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Fix TypeScript errors workflow package (#9437)
This commit is contained in:
@@ -6,8 +6,6 @@ import { NodeError } from './abstract/node.error';
|
||||
* Class for instantiating an operational error, e.g. an invalid credentials error.
|
||||
*/
|
||||
export class NodeOperationError extends NodeError {
|
||||
lineNumber: number | undefined;
|
||||
|
||||
type: string | undefined;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user