@eeplatform/basic-edu 1.10.21 → 1.10.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3763,6 +3763,9 @@ function useLearnerRepo() {
|
|
|
3763
3763
|
throw new BadRequestError10("Invalid special program ID.");
|
|
3764
3764
|
}
|
|
3765
3765
|
cacheKeyOptions.specialProgram = value.specialProgram.toString();
|
|
3766
|
+
} else {
|
|
3767
|
+
query["learnerInfo.specialProgram"] = { $in: [null, ""] };
|
|
3768
|
+
cacheKeyOptions.specialProgram = "none";
|
|
3766
3769
|
}
|
|
3767
3770
|
if (value.track) {
|
|
3768
3771
|
try {
|