Fix semicolons, remove old note in 1.11.8

This commit is contained in:
Vse Mozhe Buty 2020-11-01 01:45:02 +02:00
parent 9a6a9fb584
commit 37c6a31de5
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ function loadJson(url) {
} else {
throw new Error(response.status);
}
})
});
}
loadJson('no-such-user.json')