perf: change URL to getSalixVersion
gitea/mylogger/pipeline/pr-master This commit looks good
Details
gitea/mylogger/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
a376c888d9
commit
61d01b56c5
|
@ -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