summaryrefslogtreecommitdiff
path: root/server/lib/schemas/Collaborator.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/schemas/Collaborator.js')
-rw-r--r--server/lib/schemas/Collaborator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/schemas/Collaborator.js b/server/lib/schemas/Collaborator.js
index 79e3287..6b3d452 100644
--- a/server/lib/schemas/Collaborator.js
+++ b/server/lib/schemas/Collaborator.js
@@ -2,6 +2,7 @@
var mongoose = require('mongoose'),
_ = require('lodash'),
+ crypto = require('crypto'),
config = require('../../../config.json'),
util = require('../util');