Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit d38b3bf

Browse files
authored
Merge pull request #73 from gedorinku/image_url
Image url for debug
2 parents b26df29 + c520c1f commit d38b3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/achievements_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func achievementToResponse(ach *record.Achievement, includePrivate bool, cfg *co
190190
Award: ach.Award,
191191
Url: ach.URL,
192192
Description: ach.Description,
193-
ImageUrl: "todo", // TODO
193+
ImageUrl: ach.ImageFilename.String, // TODO
194194
HappenedAt: timeToResponse(ach.HappenedAt),
195195
}
196196

0 commit comments

Comments
 (0)