mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 18:15:03 +02:00
UBERF-7286: Backup retry (#5830)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -862,7 +862,7 @@ export function devTool (
|
||||
productId
|
||||
})
|
||||
const buffer = readFileSync(local)
|
||||
await blobClient.upload(remote, buffer.length, contentType, buffer)
|
||||
await blobClient.upload(toolCtx, remote, buffer.length, contentType, buffer)
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user