From c3fe08a54d92ea0f81a1c5a64ae81e3c4efe1519 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 05:01:01 +0530 Subject: [PATCH] feat: use https:// --- src/context/globalInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/globalInfo.tsx b/src/context/globalInfo.tsx index 9b8934a1..137ce14c 100644 --- a/src/context/globalInfo.tsx +++ b/src/context/globalInfo.tsx @@ -37,7 +37,7 @@ class GlobalInfoStore implements Partial { recordings: string[] = []; rerenderRuns = false; recordingName = ''; - recordingUrl = ''; + recordingUrl = 'https://'; }; const globalInfoStore = new GlobalInfoStore();