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