From c53b8837632bd0b4fd4a9575cb574e8fa74bc711 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 15 Oct 2024 22:17:47 +0530 Subject: [PATCH] feat: use uploaded minio urls --- server/src/api/record.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/api/record.ts b/server/src/api/record.ts index d19c7f93..20e38928 100644 --- a/server/src/api/record.ts +++ b/server/src/api/record.ts @@ -320,7 +320,7 @@ async function executeRun(id: string) { browserId: plainRun.browserId, log: interpretationInfo.log.join('\n'), serializableOutput: interpretationInfo.serializableOutput, - binaryOutput: interpretationInfo.binaryOutput, + binaryOutput: uploadedBinaryOutput, }); return {