You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,6 +66,8 @@ async function getDataAndInit(): Promise<boolean> {
64
66
try{
65
67
console.log("getting account data");
66
68
constsnapshot=awaitDB.initSnapshot();
69
+
//TODO: always load presets for now, remove when __nonReactive is removed from presets collection
70
+
awaitwaitForPresetsReady();
67
71
68
72
if(snapshot===false){
69
73
thrownewError(
@@ -77,7 +81,7 @@ async function getDataAndInit(): Promise<boolean> {
77
81
returntrue;
78
82
}catch(error){
79
83
console.error(error);
80
-
if(errorinstanceofDB.SnapshotInitError){
84
+
if(errorinstanceofSnapshotInitError){
81
85
if(error.responseCode===429){
82
86
showNoticeNotification(
83
87
"Doing so will save you bandwidth, make the next test be ready faster and will not sign you out (which could mean your new personal best would not save to your account).",
0 commit comments