Update apiClient.ts

This commit is contained in:
freearhey 2025-01-16 22:36:51 +03:00
parent 3789b88d0e
commit 1ae99d5470

View file

@ -41,7 +41,7 @@ export class ApiClient {
} }
async download(filename: string) { async download(filename: string) {
const stream = await this.storage.createStream(`/temp/data/${filename}`) const stream = await this.storage.createStream(`temp/data/${filename}`)
const bar = this.progressBar.create(0, 0, { filename }) const bar = this.progressBar.create(0, 0, { filename })