Skip to content

Commit c96893b

Browse files
committed
typo
1 parent 1a5ea3b commit c96893b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async function weather(city) {
124124
headers: {'Content-Type': 'application/json'},
125125
method: 'GET'
126126
})
127-
return response
127+
return response.json()
128128
}
129129

130130
// PLay with cookies

0 commit comments

Comments
 (0)