Skip to content

Commit

Permalink
fix: PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anku255 committed Feb 22, 2024
1 parent fd1089f commit adc0df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static List<BulkImportUserInfo> getBulkImportUsers(Start start, AppIdenti
parameters.add(bulkImportUserId);
}

queryBuilder.append(" ORDER BY created_at DESC LIMIT ?");
queryBuilder.append(" ORDER BY created_at DESC, id DESC LIMIT ?");
parameters.add(limit);

String query = queryBuilder.toString();
Expand Down

0 comments on commit adc0df9

Please sign in to comment.