This commit is contained in:
Bret Comnes
2020-02-13 11:29:33 -07:00
parent 34601c4927
commit aaf8a90973
5 changed files with 24 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ class NeocitiesAPIClient {
return fetch(url, opts)
}
static statsHanler (...args) { return statsHandler(...args) }
static statsHandler (...args) { return statsHandler(...args) }
/**
* Create an async-neocities api client.