Сделала вывод ошибки в модальное окно
This commit is contained in:
@@ -15,7 +15,7 @@ function handleRequest(method, url, headers, attempts, body) {
|
||||
if (res) return res.json();
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(err);
|
||||
// console.log(err);
|
||||
return err;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user