Skip to content
Snippets Groups Projects
Commit 9e018213 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Fix toolkit demo bug

parent 6bac20fb
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ export async function getCollection(url, token) { ...@@ -12,6 +12,7 @@ export async function getCollection(url, token) {
}); });
if (!response.ok) { if (!response.ok) {
console.log("url", url);
throw new Error(response.statusText); throw new Error(response.statusText);
} }
......
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