Fix parent ids value

This commit is contained in:
Mikołaj Pich 2022-12-25 23:15:43 +01:00
parent 73fe1e21fc
commit a5389a960c

View file

@ -177,7 +177,7 @@ class RegisterRepository(
error = cacheAndDiaries.exceptionOrNull(),
employeeIds = authInfo?.employeeIds.orEmpty(),
studentIds = authInfo?.studentIds.orEmpty(),
parentIds = authInfo?.studentIds.orEmpty(),
parentIds = authInfo?.parentIds.orEmpty(),
subjects = teachers.orEmpty() + students.orEmpty(),
)
}