fix: missing comma after conflict resolving
This commit is contained in:
parent
171c7a6587
commit
d8cc9f0e61
@ -383,7 +383,7 @@ case class UserState(
|
||||
lastInactivityInspect: Long = 0,
|
||||
clientType: String,
|
||||
pickExempted: Boolean,
|
||||
userLeftFlag: UserLeftFlag
|
||||
userLeftFlag: UserLeftFlag,
|
||||
speechLocale: String = ""
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user