Commit b509c106 by Sixong.Zhu

u

parent 7e7b265f
Showing with 1 additions and 1 deletions
...@@ -53,7 +53,7 @@ class DevAppTools { ...@@ -53,7 +53,7 @@ class DevAppTools {
const r = store.getKey(1); const r = store.getKey(1);
r.onsuccess = (o) => resolve((o.target as any).result); r.onsuccess = (o) => resolve((o.target as any).result);
r.onerror = () => resolve(false); r.onerror = () => resolve(false);
}, 200); }, 300);
}); });
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment