mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-12 18:43:45 +00:00
fix(#56): Address PR comments
This commit is contained in:
@@ -93,7 +93,7 @@ class CatchRecordRepository {
|
||||
const { data: result, error } = await this.supabase
|
||||
.from('catch_records')
|
||||
.upsert(dbRows, {
|
||||
onConflict: 'userId,pokedexId,pokedexEntryId'
|
||||
onConflict: '"userId","pokedexId","pokedexEntryId"'
|
||||
})
|
||||
.select();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user