End "project and Todos": what could modify or readonly.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user