perf: change URL to getSalixVersion
gitea/mylogger/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-04-27 20:07:25 +02:00
parent a376c888d9
commit 61d01b56c5
1 changed files with 1 additions and 1 deletions

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");