Skip to content

Commit

Permalink
Update docs/_media/example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Dec 16, 2023
1 parent 1cf3852 commit e417697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_media/example.js
Expand Up @@ -11,6 +11,6 @@ const result = fetch(`${URL}:${PORT}`)
.then(myJson => {
console.log(JSON.stringify(myJson));
});
// / [demo]
/// [demo]

result.then(console.log).catch(console.error);

0 comments on commit e417697

Please sign in to comment.