Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Removed duplicate include for crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardysun committed Apr 13, 2015
1 parent 8b9a625 commit 0dbab18
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var _ = require('lodash'),
passport = require('passport'),
User = mongoose.model('User'),
nodemailer = require('nodemailer'),
crypto = require('crypto'),
async = require('async'),
crypto = require('crypto');

Expand Down

0 comments on commit 0dbab18

Please sign in to comment.