Skip to content

Commit ad1a5f1

Browse files
authored
make prettier happy
Signed-off-by: NunoMCP <NunoMCP@users.noreply.github.com>
1 parent 18a1731 commit ad1a5f1

File tree

1 file changed

+1
-1
lines changed
  • apps/site/pages/en/learn/getting-started

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/getting-started/fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ async function fetchGitHubRepos() {
149149
Accept: 'application/json',
150150
},
151151
},
152-
(res) => {
152+
res => {
153153
let buffer = '';
154154

155155
return new Writable({

0 commit comments

Comments
 (0)