mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 02:30:14 +08:00
Added trailing comma, fixed spelling & translation
This commit is contained in:
@@ -350,7 +350,7 @@ class Monitor extends BeanModel {
|
||||
}
|
||||
|
||||
} else if (this.type === "docker") {
|
||||
debug(`[${this.name}] Prepare Options for axios`);
|
||||
debug(`[${this.name}] Prepare Options for Axios`);
|
||||
|
||||
const options = {
|
||||
url: `/containers/${this.docker_container}/json`,
|
||||
|
Reference in New Issue
Block a user