mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
parent
72bef8d9d7
commit
63c49df92f
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ module.exports = class Transloadit extends Plugin {
|
|||
_reserveFiles (assembly, fileIDs) {
|
||||
return Promise.all(fileIDs.map((fileID) => {
|
||||
const file = this.uppy.getFile(fileID)
|
||||
return this.client.reserveFile(assembly, file)
|
||||
return this.client.reserveFile(assembly.status, file)
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue