fix: missing comma after conflict resolving

This commit is contained in:
Anton Georgiev 2023-06-15 16:01:05 -04:00
parent 171c7a6587
commit d8cc9f0e61

View File

@ -383,7 +383,7 @@ case class UserState(
lastInactivityInspect: Long = 0,
clientType: String,
pickExempted: Boolean,
userLeftFlag: UserLeftFlag
userLeftFlag: UserLeftFlag,
speechLocale: String = ""
)