Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/MAN-28-sentence-license-conditio…
Browse files Browse the repository at this point in the history
…n-notes' into MAN-28-sentence-license-condition-notes
  • Loading branch information
achimber-moj committed Oct 16, 2024
2 parents c2c43fe + ae59bf2 commit d08f583
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ class SentenceService(
val noteText = addedBy?.let { note.removePrefix(addedBy) } ?: note

val createdBy = addedBy?.removeSuffix(System.lineSeparator())?.reversed()?.substring(23)?.reversed()
val dateCreatedBy = addedBy?.removeSuffix(System.lineSeparator())?.reversed()?.substring(9,19)?.reversed()
val dateCreatedBy =
addedBy?.removeSuffix(System.lineSeparator())?.reversed()?.substring(9, 19)?.reversed()

LicenceConditionNote(
createdBy,
Expand Down

0 comments on commit d08f583

Please sign in to comment.