You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returngetEntity(newInvite(), "FROM Invite WHERE guildAndId.guildId=:gid AND userId=:uid AND code=:code", Map.of("gid", guildId, "uid", inviteCreator, "code", inviteCode));
1606
+
returngetEntity(newInvite(), "FROM Invite WHERE guildAndCode.guildId=:gid AND userId=:uid AND guildAndCode.code=:code", Map.of("gid", guildId, "uid", inviteCreator, "code", inviteCode));
1607
1607
}
1608
1608
1609
1609
/**
@@ -1616,7 +1616,7 @@ public Invite getInvite(long guildId, long inviteCreator, String inviteCode) {
1616
1616
* @return {@link Invite} as result if true, then it's saved in our Database | may be null.
0 commit comments