Skip to content

Commit

Permalink
fix(temp): use deleted entity in notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Feb 3, 2025
1 parent a876dd1 commit 1f7fbad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class NotificationService(
notificationTrigger
).bind()
.map {
val filteredEntity = previousAndUpdatedExpandedEntities.second.filterAttributes(
val filteredEntity = previousAndUpdatedExpandedEntities.first.filterAttributes(
it.notification.attributes?.toSet().orEmpty(),
it.datasetId?.toSet().orEmpty()
)
Expand Down

0 comments on commit 1f7fbad

Please sign in to comment.