Hello,
Will this package be updated to be compatible with the new Meteor 3.0 update? Currently, I have to comment out the api.versionsFrom call in package.js to make it work, as well as changing lines 90 and 94 in synced-crron-server.js to
SyncedCron._collection.createIndex({intendedAt: 1, name: 1}, {unique: true}); and SyncedCron._collection.createIndex({startedAt: 1 }, respectively.
This is likely part of the larger effort to address #147
Thanks
Hello,
Will this package be updated to be compatible with the new Meteor 3.0 update? Currently, I have to comment out the
api.versionsFromcall inpackage.jsto make it work, as well as changing lines 90 and 94 insynced-crron-server.jstoSyncedCron._collection.createIndex({intendedAt: 1, name: 1}, {unique: true});andSyncedCron._collection.createIndex({startedAt: 1 },respectively.This is likely part of the larger effort to address #147
Thanks