fix lint
This commit is contained in:
parent
85ff16d843
commit
14eb313b1e
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ fun CreditDto.toCredit(): Credit {
|
||||||
introEnd = end,
|
introEnd = end,
|
||||||
showSkipPromptAt = showAt,
|
showSkipPromptAt = showAt,
|
||||||
hideSkipPromptAt = hideAt,
|
hideSkipPromptAt = hideAt,
|
||||||
)
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue