mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
removing Meteor.publish('customFields', ...) because it's not used (dead code)
This commit is contained in:
parent
7ef8de50bd
commit
5fe78a477c
1 changed files with 0 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
Meteor.publish('customFields', function() {
|
||||
const ret = ReactiveCache.getCustomFields(null, null, true);
|
||||
return ret;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue