Replaced unsupported cron manager with new one
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { SyncedCron } from 'meteor/percolate:synced-cron';
|
||||
import { SyncedCron } from 'meteor/littledata:synced-cron';
|
||||
|
||||
SyncedCron.config({
|
||||
// Log job run details to console
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import CreatureProperties from '/imports/api/creature/creatureProperties/CreatureProperties.js';
|
||||
import LibraryNodes from '/imports/api/library/LibraryNodes.js';
|
||||
import { assertAdmin } from '/imports/api/sharing/sharingPermissions.js';
|
||||
import { SyncedCron } from 'meteor/percolate:synced-cron';
|
||||
import { SyncedCron } from 'meteor/littledata:synced-cron';
|
||||
|
||||
Meteor.startup(() => {
|
||||
const collections = [
|
||||
|
||||
Reference in New Issue
Block a user