@eeplatform/basic-edu 1.9.2 → 1.9.3
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.d.ts +1 -1
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4351,9 +4351,6 @@ function useProgramScreeningRepo() {
|
|
|
4351
4351
|
applicant: _id,
|
|
4352
4352
|
status: { $ne: "deleted" }
|
|
4353
4353
|
});
|
|
4354
|
-
if (!result) {
|
|
4355
|
-
throw new BadRequestError14("Program screening not found.");
|
|
4356
|
-
}
|
|
4357
4354
|
setCache(cacheKey, result, 300).then(() => {
|
|
4358
4355
|
logger11.log({
|
|
4359
4356
|
level: "info",
|