add completed missions here
github-actions opened this issue · 0 comments
github-actions commented
missionNumber.toString() +
' for team ' +
teamNumber.toString();
team.transactions.push({
name,
points: curvedPoints,
missionNumber,
});
// TODO: add completed missions here
team.save((err, res) => {
if (err) {
reject(err);