Skip to content

Commit

Permalink
[NU-1772] Fix DB serialization for AutomaticUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoworko authored Oct 29, 2024
1 parent 05ed96b commit 13c7097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ class DbScenarioActivityRepository private (override protected val dbRef: DbRef,
createEntity(scenarioActivity)(
additionalProperties = AdditionalProperties(
Map(
"description" -> activity.changes.mkString(",\n"),
"description" -> activity.changes,
)
)
)
Expand Down

0 comments on commit 13c7097

Please sign in to comment.