add
This commit is contained in:
parent
18d9b5e33c
commit
52555bc645
|
@ -1,4 +1,4 @@
|
||||||
export enum QueueJobType {
|
export enum QueueJobType {
|
||||||
UPDATE_STATS = "update_stats",
|
UPDATE_STATS = 'update_stats',
|
||||||
FILE_PROCESS = "file_process"
|
FILE_PROCESS = 'file_process',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue