Fix making immediate processing of uploads do the correct thing

This commit is contained in:
Eli Ribble 2026-03-05 02:12:17 +00:00
parent c53ea02ff0
commit b5636af514
No known key found for this signature in database

View file

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