We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e816b3 commit bd7ad2fCopy full SHA for bd7ad2f
scripts/web_timer_main.js
@@ -31,7 +31,7 @@ const config = {
31
};
32
33
chrome.storage.local.get("web_timer", function (result) {
34
- web_timer = result.web_timer;
+ web_timer = result.web_timer || {};
35
console.log(web_timer);
36
37
// if (!web_timer || !Object.keys(web_timer).length) {
0 commit comments