corrected errors

This commit is contained in:
bmiast 2025-04-15 07:37:03 +00:00
parent 1266726ce7
commit 5a94fc0ce7

View File

@ -2,7 +2,7 @@ function get (url) {
return fetch (url)
.then ( (res) => {
retun res.json()
return res.json()
})
.then (data => {