Skip to content

Commit

Permalink
.write() settings defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdicarlo committed Mar 18, 2019
1 parent 478859b commit 8ed559c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron-src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ settingsDB.defaults({
postInterval: 0,
clearQueueOnFailure: true,
advertise: true
});
}).write();

window.got = require('./src/got-request.js');

Expand Down

0 comments on commit 8ed559c

Please sign in to comment.