Some fixes to make WeKan working after Meteor 3 related router upgrades.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2026-01-14 01:11:42 +02:00
parent c8bdb95b38
commit 984a2dcec1
2 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,4 @@
import { ReactiveCache } from '/imports/reactiveCache';
import { Settings } from '../../models/settings';
Meteor.publish('globalwebhooks', () => {
const boardId = Integrations.Const.GLOBAL_WEBHOOK_ID;