mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Remove unused execution status warning (no-changelog) (#9759)
This commit is contained in:
@@ -7,7 +7,6 @@ export const ExecutionStatusList = [
|
||||
'success',
|
||||
'unknown',
|
||||
'waiting',
|
||||
'warning',
|
||||
] as const;
|
||||
|
||||
export type ExecutionStatus = (typeof ExecutionStatusList)[number];
|
||||
|
||||
Reference in New Issue
Block a user