Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Sep 4, 2017
1 parent 36ac9c8 commit cbc1bb6
Show file tree
Hide file tree
Showing 6 changed files with 5,120 additions and 70 deletions.
2 changes: 1 addition & 1 deletion config/error-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint no-unused-vars: "off" */
/* eslint no-unused-vars: "off" */


module.exports = (app) => {
Expand Down
5 changes: 4 additions & 1 deletion config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ module.exports = (app) => {
if (process.env.VCAP_APPLICATION) {
require('./security')(app);
}
require('./passport')(app);

if (process.env.TWITTER_CONSUMER_KEY && process.env.TWITTER_CONSUMER_SECRET) {
require('./passport')(app);
}
};
Loading

0 comments on commit cbc1bb6

Please sign in to comment.