Fix compilation issue after merge from GH...
This commit is contained in:
parent
f6ec76b5ef
commit
e4e10cc253
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class InReplyToDetailsProvider : PreviewParameterProvider<InReplyToDetails> {
|
|||
maxSelections = 1u,
|
||||
answers = persistentListOf(),
|
||||
votes = persistentMapOf(),
|
||||
endTime = null
|
||||
endTime = null,
|
||||
isEdited = false,
|
||||
),
|
||||
).map {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue