Skip to content
Snippets Groups Projects
Verified Commit f81baeff authored by magicfelix's avatar magicfelix Committed by Tom Teichler
Browse files

Add logging

parent 7464e717
No related branches found
No related tags found
1 merge request!48Revert "Update pyproject"
......@@ -46,7 +46,7 @@
}).then((data) => {
console.log(data)
}).catch((error) => {
console.error(error)
alert(error)
})
},
startScan() {
......@@ -70,7 +70,7 @@
}
fetch(url).then((res) => res.json()).then((data) => {
this.checkIn(data.id);
});
}).catch((error) => alert(error));
}
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment