Fix redirect issue

Signed-off-by: gunadhya <6939749+gunadhya@users.noreply.github.com>
This commit is contained in:
gunadhya 2021-01-22 01:01:20 +05:30 committed by Caleb Cartwright
parent 042c2ec369
commit ec86cfd6ba

View file

@ -121,7 +121,9 @@
console.log(err);
return;
}
this.version = latest.name;
if (versionParam == null) {
this.version = latest.name;
}
},
async outputHtml() {
if (this.version !== this.oldVersion) {