Fix making immediate processing of uploads do the correct thing
This commit is contained in:
parent
c53ea02ff0
commit
b5636af514
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ func CommitUpload(file_id int32) {
|
|||
}
|
||||
func ProcessUpload(file_id int32, t enums.FileuploadCsvtype) {
|
||||
enqueueJobCSV(jobCSV{
|
||||
action: jobCSVActionImport,
|
||||
csvType: t,
|
||||
fileID: file_id,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue