WIP: 6533 myLogger_salix #2

Draft
jsegarra wants to merge 11 commits from 6533_myLogger_salix into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 61d01b56c5 - Show all commits

View File

@ -31,7 +31,7 @@ module.exports = class Salix {
async getSalixVersion() {
this.log("CHECK VERSION");
const salixVersion = await this.fetch("applications/version");
const salixVersion = await this.fetch("applications/status");
if (this._salixVersion !== salixVersion) fetch();
this.log("VERSION CHECKED");