WIP: 6533 myLogger_salix #2
|
@ -31,7 +31,7 @@ module.exports = class Salix {
|
||||||
async getSalixVersion() {
|
async getSalixVersion() {
|
||||||
this.log("CHECK VERSION");
|
this.log("CHECK VERSION");
|
||||||
|
|
||||||
const salixVersion = await this.fetch("applications/version");
|
const salixVersion = await this.fetch("applications/status");
|
||||||
if (this._salixVersion !== salixVersion) fetch();
|
if (this._salixVersion !== salixVersion) fetch();
|
||||||
|
|
||||||
this.log("VERSION CHECKED");
|
this.log("VERSION CHECKED");
|
||||||
|
|
Loading…
Reference in New Issue