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) {
|
||||
throw new Error('Network response was not ok');
|
||||
}
|
||||
const data = await response.json();
|
||||
return data;
|
||||
return await response.json();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue