Skip to content

Commit

Permalink
feat: Inverting order request
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh committed Nov 30, 2020
1 parent 1172367 commit ac29278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ FROM
WHERE
id != ALL($2)
ORDER BY
count
count DESC
LIMIT $1
`

Expand Down

0 comments on commit ac29278

Please sign in to comment.