problem with Vagrant DB charset

parent 8921f54c
...@@ -79,7 +79,7 @@ module.exports = { ...@@ -79,7 +79,7 @@ module.exports = {
}); });
var office = Office.findOne({id: supervisor.office}) var office = Office.findOne({id: supervisor.office})
.then(function (office) { .then(function (office) {
return office; return office;
}); });
......
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