From 1ae99d54704c22b7b4953dcd603cb4449c3e0bdb Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:36:51 +0300 Subject: [PATCH] Update apiClient.ts --- scripts/core/apiClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/apiClient.ts b/scripts/core/apiClient.ts index 2db0f3d0..c29d48af 100644 --- a/scripts/core/apiClient.ts +++ b/scripts/core/apiClient.ts @@ -41,7 +41,7 @@ export class ApiClient { } 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 })