This commit is contained in:
cd16b 2024-01-22 13:45:41 +01:00
parent 85ff16d843
commit 14eb313b1e

View file

@ -28,6 +28,6 @@ fun CreditDto.toCredit(): Credit {
introEnd = end,
showSkipPromptAt = showAt,
hideSkipPromptAt = hideAt,
)
),
)
}