First Commit
This commit is contained in:
parent
2d00e59043
commit
1e37577b17
1 changed files with 1 additions and 2 deletions
|
|
@ -70,6 +70,5 @@ async function getNetworkGraphJson(){
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
throw new Error('Network response was not ok');
|
throw new Error('Network response was not ok');
|
||||||
}
|
}
|
||||||
const data = await response.json();
|
return await response.json();
|
||||||
return data;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue