mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
Fix query typo
This commit is contained in:
parent
f10552bb75
commit
ea9149baac
@ -56,7 +56,7 @@ public interface HangarVersionsDAO {
|
||||
" AND" +
|
||||
" <endif>" +
|
||||
" pv.id = :versionId" +
|
||||
" ORDERED BY pv.created_at DESC"
|
||||
" ORDER BY pv.created_at DESC"
|
||||
)
|
||||
HangarVersion getVersion(long versionId, @Define boolean canSeeHidden, @Define Long userId);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user