Skip to content
Snippets Groups Projects
Commit 39481066 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed image sorting

parent a9ef2d69
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ func pageImageList(ctx PageContext) http.Handler {
coalesce(type, '')
FROM images
WHERE owner = $1
ORDER BY created_at DESC
`, user.Id)
if err != nil {
panic(err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment