-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
๐ :: (ENTRY-190) ์ฒจ๋ถํ์ผ ์ฌ๋ฌ๊ฐ ์ ๋ ฅ๋ฐ์์ ์๊ฒ ๋ณ๊ฒฝ #46
The head ref may contain hidden characters: "feature/entry-190-\uACF5\uC9C0\uC0AC\uD56D-\uC0DD\uC131-api-\uBCC0\uACBD\uD558\uAE30"
๐ :: (ENTRY-190) ์ฒจ๋ถํ์ผ ์ฌ๋ฌ๊ฐ ์ ๋ ฅ๋ฐ์์ ์๊ฒ ๋ณ๊ฒฝ #46
Conversation
rudeh2926
commented
Jun 25, 2024
•
edited
Loading
edited
@@ -9,5 +9,5 @@ data class GetNoticeResponse( | |||
val createdAt: LocalDateTime, | |||
val type: NoticeType, | |||
val imageURL: String?, | |||
val attachFileUrl: List<String>? | |||
val attachFileUrl: List<String>? = emptyList() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์๋ ์ด๊ฑฐ ๊ฑ not null๋ก ํ๋ฉด ์๋๋? ์ ๋ฆฌ์คํธ๋ฅผ nullable๋ก ๋ง๋๋๊ฑฐ์?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ฒจ๋ถํ์ผ์ ์์์๋ ์๊ณ ์์์๋ ์๊ธฐ๋๋ฌธ์ nullable๋ก ํ์ต๋๋ค
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์๋ ๊ทธ๋๊น
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์์ผ๋ฉด ๊ฑ emptyList ๋ฐํํ๋ฉด ๋์์
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ ๊ตณ์ด listํ์ ์ nullable๋ก ํ๋๋๊ฑฐ์ง
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ต ๋ณ๊ฒฝํ๊ฒ ์ต๋๋ค
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.