Skip to content

Commit

Permalink
Default fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davibq committed Jul 16, 2019
1 parent aec303d commit 1194beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/omnibox.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function getConfig() {
return resolve(globalConfig)
}
chrome.storage.sync.get({
omniboxGoJSON: '{}'
omniboxGoJSON: null
}, items => {
if (!items.omniboxGoJSON) return reject(null)

Expand Down

0 comments on commit 1194beb

Please sign in to comment.