Skip to content

1.6.2

Compare
Choose a tag to compare
@Vexcited Vexcited released this 10 Oct 06:42
· 179 commits to main since this release
  • Add support for subgroup SAEs
// This is now a possibility.
if (lesson.type === LESSON_TYPES.SAE && typeof lesson.group.sub !== "undefined") {
  isForUser = lesson.group.main === 1 && lesson.group.sub === SUBGROUPS.A;
}

v1.6.1...v1.6.2