Skip to content

Commit

Permalink
#6 [Update] 프로필 이미지를 받아오는 key값 변경
Browse files Browse the repository at this point in the history
thumbnail_image는 사이즈가 작아서 사이즈가 큰 profile_image로 변경
  • Loading branch information
Anna-Jin committed Jul 25, 2022
1 parent bac4dcf commit 1fe353a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public String getImageUrl() {
return null;
}

return (String) properties.get("thumbnail_image");
return (String) properties.get("profile_image");
}
}

0 comments on commit 1fe353a

Please sign in to comment.