Skip to content
Snippets Groups Projects
Commit 41b86d3d authored by Inès Yeterian's avatar Inès Yeterian
Browse files

try to find last toucan in a fast way

parent 608e8fb4
No related branches found
No related tags found
1 merge request!6Last toucan
...@@ -164,8 +164,8 @@ router.get('/pdf/lastToucan', (res) => { ...@@ -164,8 +164,8 @@ router.get('/pdf/lastToucan', (res) => {
max = value; max = value;
idMax = toucans[i]._id; idMax = toucans[i]._id;
} }
console.log(idMax);
} }
console.log(idMax);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment