mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed lts
update check flag
no issue - `lts` parameter support was discontinued as of today. Returned data completely relies on `ghost_version` sent with the update check request
This commit is contained in:
parent
27dae4022c
commit
d0970ad309
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ function updateCheckData() {
|
|||
data.user_count = users && users.users && users.users.length ? users.users.length : 0;
|
||||
data.blog_created_at = users && users.users && users.users[0] && users.users[0].created_at ? moment(users.users[0].created_at).unix() : '';
|
||||
data.npm_version = npm.trim();
|
||||
data.lts = false;
|
||||
|
||||
return data;
|
||||
}).catch(updateCheckError);
|
||||
|
|
Loading…
Reference in a new issue