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

try to find last toucan in a fast way

parent c8d4f5ac
No related branches found
No related tags found
1 merge request!6Last toucan
...@@ -164,7 +164,7 @@ router.get('/pdf/lastToucan', (res) => { ...@@ -164,7 +164,7 @@ router.get('/pdf/lastToucan', (res) => {
max = value; max = value;
idMax = toucans[i]._id; idMax = toucans[i]._id;
} }
res.send(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