mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-09-14 17:42:17 +00:00
refactor(#91): Address PR comments
This commit is contained in:
@@ -131,7 +131,7 @@ class CombinedDataRepository {
|
||||
query = query.eq('regionToCatchIn', region);
|
||||
}
|
||||
|
||||
const { data, error } = await query.range(start, end);
|
||||
const { data, error } = await query.order('id', { ascending: true }).range(start, end);
|
||||
|
||||
if (error) {
|
||||
console.error('Error fetching forms for game:', error);
|
||||
|
||||
Reference in New Issue
Block a user