Skip to content

Commit

Permalink
Fix for PR 5515
Browse files Browse the repository at this point in the history
refs TryGhost#5515
- fix code style errors
- change return
  • Loading branch information
hoxoa committed Oct 27, 2015
1 parent 010314f commit ee18469
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/server/api/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ configuration = {
}]};
}


tasks = [
utils.validate('configuration', {attrs: attrs}),
fetchData,
Expand All @@ -90,7 +89,6 @@ configuration = {
];

return pipeline(tasks, options);

}
};

Expand Down

0 comments on commit ee18469

Please sign in to comment.