- added console logs;

This commit is contained in:
Vitalii Kiiko
2024-10-09 10:18:00 +02:00
parent fa29164fed
commit 58303425ac
4 changed files with 8 additions and 1 deletions

View File

@@ -334,6 +334,7 @@ export class NetworkService {
})
.then(async response => {
let status = response.status;
console.log('status in fetch:', status)
return { response: await response.json(), status: status }
})
.then(data => {