Skip to content

Commit

Permalink
refactor: filterAttributes return type
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Jan 20, 2025
1 parent d83496b commit 0942d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class NotificationService(
val contexts = it.jsonldContext?.let { listOf(it.toString()) } ?: it.contexts

val compactedEntity = compactEntity(
ExpandedEntity(filteredEntity),
filteredEntity,
contexts
).toFinalRepresentation(
NgsiLdDataRepresentation(
Expand Down

0 comments on commit 0942d7c

Please sign in to comment.