This commit is contained in:
ditiqi 2025-01-27 22:43:25 +08:00
parent 18d9b5e33c
commit 52555bc645
1 changed files with 2 additions and 2 deletions

View File

@ -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',
} }