UofT-Frosh-Orientation/orientation-website

add completed missions here

github-actions opened this issue · 0 comments

// TODO: add completed missions here

                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);