Skip to content

Commit 929d298

Browse files
committed
프로필 사진 필드 수정
1 parent 32f3159 commit 929d298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Meta:
6969

7070
@staticmethod
7171
def get_profile_img(obj: Session):
72-
return obj.user.userext.profile_img
72+
return obj.host_profile_image
7373

7474
@staticmethod
7575
def get_category_name(obj: Session):

0 commit comments

Comments
 (0)