Closed ProfZijlstra closed 5 months ago
If there is no delivery yet, and we try to upload a zip (which fails a check) file there is an error
This because zip_ul_stat requires a delivery_id which at that point doesn't exist yet!
Fixed this in the latest commit
If there is no delivery yet, and we try to upload a zip (which fails a check) file there is an error
This because zip_ul_stat requires a delivery_id which at that point doesn't exist yet!