Skip to content

Commit

Permalink
Conventions fix in Staticman lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zburgermeiszter committed Feb 27, 2017
1 parent 33b80ec commit bf7e622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Staticman.js
Expand Up @@ -490,8 +490,7 @@ Staticman.prototype.setUserAgent = function (userAgent) {

Staticman.prototype.getSiteConfig = function(force) {
return new Promise((resolve, reject) => {
this
._getConfig(force)
this._getConfig(force)
.then(config => {
return resolve(config)
})
Expand Down

0 comments on commit bf7e622

Please sign in to comment.