cjb / codex-blackboard

Meteor app for coordinating solving for our MIT Mystery Hunt team
GNU Affero General Public License v3.0
25 stars 17 forks source link

Upgrade to Meteor 1.12 #342

Open Torgen opened 5 years ago

Torgen commented 5 years ago

FYI, Meteor 1.8 comes with MongoDB 4.0, a side effect of which is that checks for duplicate key errors may have to check for BulkWriteError in addition to MongoError.