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