mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Forbid raw enums (no-changelog)
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
|
||||
import moment from 'moment';
|
||||
|
||||
enum Status {
|
||||
const enum Status {
|
||||
subscribe = 'subscribe',
|
||||
unsubscribed = 'unsubscribe',
|
||||
cleaned = 'cleaned',
|
||||
|
||||
Reference in New Issue
Block a user