End "project and Todos": what could modify or readonly.

This commit is contained in:
Paolo Arena
2019-04-22 01:43:58 +02:00
parent e0e48f7eb2
commit f3964b0ff0
4 changed files with 39 additions and 21 deletions

View File

@@ -134,6 +134,8 @@ router.get('/:userId', authenticate, (req, res) => {
if (!!objprojects.arrproj)
tools.mylog('projects', objprojects.arrproj.length);
// console.log(objprojects.arrproj);
return objprojects
}).then((objprojects) => {