feat: use https://
This commit is contained in:
@@ -37,7 +37,7 @@ class GlobalInfoStore implements Partial<GlobalInfo> {
|
||||
recordings: string[] = [];
|
||||
rerenderRuns = false;
|
||||
recordingName = '';
|
||||
recordingUrl = '';
|
||||
recordingUrl = 'https://';
|
||||
};
|
||||
|
||||
const globalInfoStore = new GlobalInfoStore();
|
||||
|
||||
Reference in New Issue
Block a user