summaryrefslogtreecommitdiffstats
path: root/models/invitationCodes.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-12 14:32:37 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-12 14:32:37 +0200
commit047e22571e39d0459ce53c765fdb19060d71756d (patch)
tree8e255f5f187e69d3659781b3f7eb027f8a51bd4f /models/invitationCodes.js
parented95542b675aa34dee1c6eaafb1fb3a157215039 (diff)
parentf115e33f6672bfe6fa625b190a01514f8aaa8870 (diff)
downloadwekan-047e22571e39d0459ce53c765fdb19060d71756d.tar.gz
wekan-047e22571e39d0459ce53c765fdb19060d71756d.tar.bz2
wekan-047e22571e39d0459ce53c765fdb19060d71756d.zip
Merge branch 'devel'
Diffstat (limited to 'models/invitationCodes.js')
-rw-r--r--models/invitationCodes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/models/invitationCodes.js b/models/invitationCodes.js
index 5761977a..53163f06 100644
--- a/models/invitationCodes.js
+++ b/models/invitationCodes.js
@@ -34,8 +34,8 @@ InvitationCodes.helpers({
});
// InvitationCodes.before.insert((userId, doc) => {
- // doc.createdAt = new Date();
- // doc.authorId = userId;
+// doc.createdAt = new Date();
+// doc.authorId = userId;
// });
if (Meteor.isServer) {