@eeplatform/basic-edu 1.10.23 → 1.10.24
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
|
@@ -36083,6 +36083,9 @@ function useEnrollmentService() {
|
|
|
36083
36083
|
);
|
|
36084
36084
|
}
|
|
36085
36085
|
}
|
|
36086
|
+
if (value.specialProgram) {
|
|
36087
|
+
value.status = "screening";
|
|
36088
|
+
}
|
|
36086
36089
|
const enrollmentId = await _add(value, session);
|
|
36087
36090
|
if (value.specialProgram) {
|
|
36088
36091
|
const programId = String(value.specialProgram);
|