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

Commit c520c1f

Browse files
committed
Image url for debug
1 parent b26df29 commit c520c1f

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)