Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/esbenp/pdf-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
esbenp committed Jul 30, 2018
2 parents 48fe04d + 6eaec8b commit 6b7d4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"commander": "^2.11.0",
"debug": "^2.6.8",
"express": "^4.15.3",
"html-pdf-chrome": "^0.2.0",
"html-pdf-chrome": "^0.4.2",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/db/lowdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function createLowDb(options = {}) {
var db = low(options.path, options.lowDbOptions || {})

db.defaults({
queue: options.initialValue
queue: options.initialValue || []
})
.write()

Expand Down

0 comments on commit 6b7d4c0

Please sign in to comment.