@eeplatform/basic-edu 1.8.4 → 1.8.5

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/dist/index.mjs CHANGED
@@ -5518,6 +5518,7 @@ function useEnrollmentService() {
5518
5518
  enrollment.learnerInfo.lrn = lrn;
5519
5519
  await incrementById(counterId, session);
5520
5520
  }
5521
+ enrollment.specialProgram = enrollment.specialProgram?.toString();
5521
5522
  await addLearner(enrollment, session);
5522
5523
  }
5523
5524
  await session.commitTransaction();