mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
refactor(core): Forbid raw enums (no-changelog)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { IAttachment } from './ObservableInterface';
|
||||
export enum LogStatus {
|
||||
export const enum LogStatus {
|
||||
OK = 'Ok',
|
||||
DELETED = 'Deleted',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user