Small warning removal

This commit is contained in:
Yann Esposito (Yogsototh) 2019-09-10 23:22:09 +02:00
parent e5dae59d49
commit 4adcbea1f4
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -89,9 +89,9 @@ bUserToUser bc =
{ nick = Nick (_nick bc)
, email = Email (_email bc)
, password = HashedPassword (_password bc)
, role = (case _role bc of
, role = case _role bc of
"Admin" -> Admin
_ -> User)
_ -> User
, trust = _trust bc
}
DefaultMetas