adjusting output schema
This commit is contained in:
parent
ce6dc4fa32
commit
0cf6a852b2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ async function main() {
|
|||
});
|
||||
|
||||
const data = await response.json();
|
||||
console.log(data);
|
||||
console.log(JSON.stringify(data, null, 2));
|
||||
}
|
||||
|
||||
main();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue