mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(core): Forbid raw enums (no-changelog)
This commit is contained in:
@@ -17,7 +17,7 @@ export interface ITask {
|
||||
upadtedAt?: Date;
|
||||
}
|
||||
|
||||
export enum TaskStatus {
|
||||
export const enum TaskStatus {
|
||||
WAITING = 'Waiting',
|
||||
INPROGRESS = 'InProgress',
|
||||
COMPLETED = 'Completed',
|
||||
|
||||
Reference in New Issue
Block a user