mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
another minor fix
This commit is contained in:
@@ -72,6 +72,9 @@ _.extend(baseCatalog.BaseCatalog.prototype, {
|
||||
|
||||
var collections = serverPackageData.collections;
|
||||
|
||||
if (!collections)
|
||||
return;
|
||||
|
||||
_.each(
|
||||
['packages', 'versions', 'builds', 'releaseTracks', 'releaseVersions'],
|
||||
function (field) {
|
||||
|
||||
Reference in New Issue
Block a user