mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-27 07:03:26 +08:00
Fix missed query rename
This commit is contained in:
parent
92758a6925
commit
d842ecfa01
@ -38,7 +38,7 @@ public interface HangarNotificationsDAO {
|
||||
List<HangarNotification> getNotifications(long userId, boolean read, @BindPagination RequestPagination pagination);
|
||||
|
||||
@RegisterConstructorMapper(HangarInvite.HangarProjectInvite.class)
|
||||
@SqlQuery("SELECT upr.id roletableid," +
|
||||
@SqlQuery("SELECT upr.id roleId," +
|
||||
" upr.role_type AS role," +
|
||||
" p.name," +
|
||||
" '/' || p.owner_name || '/' || p.slug url" +
|
||||
|
Loading…
Reference in New Issue
Block a user