edx-modulestore
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -122,11 +122,2 @@ var Q = require('q'); | ||
if (organization) { | ||
filter = { | ||
'$or': [ | ||
{ '_id.org': organization.name }, | ||
{ 'metadata.display_organization': organization.name } | ||
] | ||
}; | ||
} | ||
Module(this.connection).findOne({ | ||
@@ -133,0 +124,0 @@ '_id.category': 'course', |
{ | ||
"name": "edx-modulestore", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Easy browsing of Open edX modulestores", | ||
@@ -5,0 +5,0 @@ "author": "Bertrand Marron", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13338
409