@@ -1,4 +0,0 @@
-Meteor.publish('customFields', function() {
- const ret = ReactiveCache.getCustomFields(null, null, true);
- return ret;
-});