Skip to content

Commit 7301e8d

Browse files
authored
Merge pull request #80 from team-gogo/fix/student-by-id-api-spec
[internal] 학생 정보 인터널 API 스펙 수정
2 parents f888bf9 + 414b6ea commit 7301e8d

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/gogo/gogostage/global/internal/student/stub

1 file changed

+1
-1
lines changed

src/main/kotlin/gogo/gogostage/global/internal/student/stub/StudentStub.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data class StudentByIdStub(
99
val schoolId: Long,
1010
val email: String,
1111
val name: String,
12-
val deviceToken: String,
12+
val deviceToken: String?,
1313
val sex: Sex,
1414
val classNumber: Int,
1515
val studentNumber: Int,

0 commit comments

Comments
 (0)