Skip to content

Commit

Permalink
🔀 :: null "" 처리 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 authored Sep 27, 2023
1 parent 92b1a2e commit 4260b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class UserHandler(
accountId = this.accountId,
password = this.password,
name = this.name,
profileFileName = this.profileFileName,
profileFileName = this.profileFileName?: "",
classNum = this.classNum,
grade = this.grade,
num = this.num,
Expand Down

0 comments on commit 4260b80

Please sign in to comment.