From 2932def0d4fde22c1254cdc8d8c31e917c74d6cc Mon Sep 17 00:00:00 2001 From: Yaman Qalieh Date: Sun, 4 Sep 2016 15:48:28 -0400 Subject: [PATCH] do not allow other users to view classes --- hourglass/server/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/hourglass/server/main.js b/hourglass/server/main.js index 5aad8ce..1f904c4 100644 --- a/hourglass/server/main.js +++ b/hourglass/server/main.js @@ -124,7 +124,6 @@ Meteor.publish('users', function() { 'profile.avatar': 1, 'profile.banner': 1, 'profile.grade': 1, - 'profile.classes': 1, 'profile.description': 1, 'profile.name': 1, 'profile.school': 1