Удалила лишнее

This commit is contained in:
Daria Golova
2022-11-21 14:12:32 +03:00
parent d4f8470186
commit 23e65e6a90

View File

@@ -15,7 +15,6 @@ function handleRequest(method, url, headers, attempts, body) {
if (res) return res.json();
})
.catch((err) => {
// console.log(err);
return err;
});
}