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