Skip to content

Commit

Permalink
remove user image change
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Dec 14, 2023
1 parent 27472a9 commit 7e53880
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ object CommentRepository {
id,
osm_id = osmId,
osm_username = name,
avatarUrl = Option(avatarUrl).getOrElse("/assets/images/user_no_image.png"),
avatarUrl,
taskId = taskId,
challengeId = challengeId,
projectId = projectId,
Expand All @@ -201,7 +201,7 @@ object CommentRepository {
id,
osm_id = osmId,
osm_username = name,
avatarUrl = Option(avatarUrl).getOrElse("/assets/images/user_no_image.png"),
avatarUrl,
taskId = taskId,
challengeId = challengeId,
projectId = projectId,
Expand Down

0 comments on commit 7e53880

Please sign in to comment.