Make sure to commit the transaction when committing the CSV

This commit is contained in:
Eli Ribble 2026-03-05 02:20:45 +00:00
parent eb03cb5857
commit 31c6bf3a64
No known key found for this signature in database

View file

@ -146,6 +146,7 @@ func JobCommit(ctx context.Context, file_id int32) error {
}).One(ctx, txn)
*/
}
txn.Commit(ctx)
return nil
}
func JobImport(ctx context.Context, file_id int32, type_ enums.FileuploadCsvtype) error {