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