Добавил сохранение адреса на карточке создания клиента

This commit is contained in:
megavrilinvv
2022-11-18 13:43:18 +03:00
parent 7e8755d7b3
commit d43f6354d2
4 changed files with 25 additions and 23 deletions

View File

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