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

@@ -235,7 +235,7 @@ module.exports = {
if (linkedList.length > sortedList.length) {
// If are not in the list, I'll put at the bottom of the list
console.log('ATTENZIONE !!! ', sortedList.length, linkedList.length);
// console.log('ATTENZIONE !!! ', sortedList.length, linkedList.length);
for (const itemlinked of linkedList) {
const elemtrov = sortedList.find((item) => item._id === itemlinked._id);
if (elemtrov === undefined) {