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