Skip to content

Commit a1af60e

Browse files
authored
Merge pull request #151 from pythonkr/devdev
운영반영
2 parents 19aff16 + 4f2af52 commit a1af60e

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)