UBERF-8578: Fix extra stat call for storage adapter (#7132)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-11-08 17:36:15 +07:00
committed by GitHub
parent a05e2a31d9
commit 04c8c2ffa0
5 changed files with 79 additions and 63 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ export function start (
}
let blobInfo = await ctx.with(
'notoken-stat',
'stat',
{ workspace: payload.workspace.name },
async (ctx) => await config.storageAdapter.stat(ctx, payload.workspace, uuid)
)