Skip to content

Commit

Permalink
fix(defaults): loading incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed May 2, 2019
1 parent 59e7b01 commit f4c2841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/settings/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,8 @@ function installationID (callback) {
},
callback
)
} else {
return callback()
}
})
}
Expand Down

0 comments on commit f4c2841

Please sign in to comment.