mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Added loging
This commit is contained in:
parent
7298428686
commit
7c9edab9fc
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ async function uploadCsvToS3({
|
|||
headers: { "Content-Type": "text/csv" },
|
||||
});
|
||||
|
||||
console.log("Something funny is going on");
|
||||
console.log(response);
|
||||
|
||||
if (!response.ok) {
|
||||
console.error(response.text);
|
||||
console.error(response);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue