Fix parent ids value
This commit is contained in:
parent
73fe1e21fc
commit
a5389a960c
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue