Skip to content

Commit

Permalink
#132 fix: 채팅방 모델 프로필 이미지 url 변수 optional로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Nya128 committed Jan 6, 2024
1 parent e619623 commit a8211cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/model/data/chat/chat_room_list_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ChatRoomList {
@JsonSerializable()
class ChatRoom {
final int chatRoomId;
final String profileImgUrl;
final String? profileImgUrl;
final String nickname;
final String message;
final String date;
Expand Down
2 changes: 1 addition & 1 deletion lib/model/data/chat/chat_room_list_model.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8211cd

Please sign in to comment.