Qfix: region when restoring from v6 (#9920)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev
2025-09-23 12:53:37 +04:00
committed by GitHub
parent 1a0496c743
commit 7aa9158e76
+1 -1
View File
@@ -1911,7 +1911,7 @@ export async function restoreTrustedV6Workspace (
url
}
const queue = getPlatformQueue('tool', workspace.region)
const queue = getPlatformQueue('tool', region)
const wsProducer = queue.getProducer<QueueWorkspaceMessage>(ctx, QueueTopic.Workspace)
await wsProducer.send(ctx, uuid, [workspaceEvents.restoring()])