Fix setting away when it should be raiseHand

This commit is contained in:
Gustavo Trott 2023-08-08 09:04:43 -03:00
parent b601462dfc
commit 9681c7a29a

View File

@ -212,7 +212,7 @@ object Users2x {
for {
u <- findWithIntId(users, intId)
} yield {
val newUserState = u.modify(_.away).setTo(raiseHand)
val newUserState = u.modify(_.raiseHand).setTo(raiseHand)
users.save(newUserState)
UserStateDAO.update(newUserState)
newUserState