insert office in the list of valid supervisors

parent aa418095
Showing with 1 additions and 1 deletions
...@@ -339,7 +339,7 @@ module.exports = { ...@@ -339,7 +339,7 @@ module.exports = {
}) })
.spread((sups, me) => { .spread((sups, me) => {
// The requester is an office, so it has to be appended to the list of valid supervisors // The requester is an office, so it has to be appended to the list of valid supervisors
sups.append(me); sups.push(me);
return callback(null, sups); return callback(null, sups);
}) })
.catch((err) => { .catch((err) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment