mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix typo in Autoupdate.newClientAvailable
This commit is contained in:
@@ -37,7 +37,7 @@ Autoupdate.newClientAvailable = function () {
|
||||
return !! ClientVersions.findOne({
|
||||
refreshable: false,
|
||||
version: {$ne: autoupdateVersion} }) ||
|
||||
!! ClientVersionsRefreshable.findOne({
|
||||
!! ClientVersions.findOne({
|
||||
refreshable: true,
|
||||
version: {$ne: autoupdateVersionRefreshable} });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user