fix type error in DriveService.ts
This commit is contained in:
parent
05f9d5d446
commit
6d8d91ba8c
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ export class DriveService {
|
|||
|
||||
//#region Uploads
|
||||
this.registerLogger.debug(`uploading original: ${key}`);
|
||||
const uploads = [
|
||||
const uploads: Promise<void>[] = [
|
||||
this.upload(key, fs.createReadStream(path), type, null, name),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue