corrected errors
This commit is contained in:
parent
1266726ce7
commit
5a94fc0ce7
@ -2,7 +2,7 @@ function get (url) {
|
|||||||
|
|
||||||
return fetch (url)
|
return fetch (url)
|
||||||
.then ( (res) => {
|
.then ( (res) => {
|
||||||
retun res.json()
|
return res.json()
|
||||||
})
|
})
|
||||||
.then (data => {
|
.then (data => {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user