mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 10:20:14 +01:00
3 lines
78 B
JavaScript
3 lines
78 B
JavaScript
Meteor.publish('customFields', function() {
|
|
return CustomFields.find();
|
|
});
|