Skip to content

Commit

Permalink
Merge pull request #671 from supabase-community/realtime-delete
Browse files Browse the repository at this point in the history
Fix deletion in `postgresListDataFlow` not working correctly
  • Loading branch information
jan-tennert authored Jul 27, 2024
2 parents 04f2ea4 + ed044c9 commit 1cd9344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ inline fun <reified Data : Any> RealtimeChannel.postgresListDataFlow(
cache.remove(
primaryKeys.map { key ->
it.oldRecord[key.columnName]?.jsonPrimitive?.content
}.joinToString { "" }
}.joinToString("")
)
}

Expand Down

0 comments on commit 1cd9344

Please sign in to comment.