Added trailing comma, fixed spelling & translation

This commit is contained in:
c0derMo 2022-01-14 09:09:37 +00:00
parent 9619d31a05
commit 4818bb67d6
4 changed files with 5 additions and 4 deletions

View file

@ -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`,