console.log

This commit is contained in:
Artur
2025-10-08 15:52:45 +03:00
parent c80b90f4f3
commit 89ae5ee3da
2 changed files with 1 additions and 1 deletions

View File

@ -735,6 +735,7 @@
})
.catch(function (err) {
if (bCount) counter--;
console.error(err);
displaySearchItems(append, {}, err.message, hideLoader, isGroup, (bCount && !counter) );
})
.finally(function () {

View File

@ -94,7 +94,6 @@
};
resolve(res);
}).catch(function (err) {
console.log(err);
reject(err);
});
});