Fix second name nullable

This commit is contained in:
Mikołaj Pich 2023-04-16 21:45:38 +02:00
parent e2ddf47f29
commit 22018ce911

View file

@ -172,7 +172,7 @@ class StudentInfo(
val loginRole: String,
@SerialName("SecondName")
val secondName: String,
val secondName: String?,
@SerialName("Surname")
val surname: String,