console log
This commit is contained in:
parent
aed70a05c8
commit
660085171f
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.8.4",
|
"version": "13.0.8.5",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -27,6 +27,7 @@ let newRelease = false;
|
|||||||
let data;
|
let data;
|
||||||
os.api('latest-version').then(res => {
|
os.api('latest-version').then(res => {
|
||||||
data = res;
|
data = res;
|
||||||
|
console.log(data);
|
||||||
newRelease = (version === data?.version);
|
newRelease = (version === data?.version);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user