Fixbuild linter
This commit is contained in:
parent
d8fcbcef54
commit
158cd180c5
@ -501,7 +501,7 @@ boolField = Field
|
||||
"true" -> Right $ Just True
|
||||
"false" -> Right $ Just False
|
||||
t -> Left $ SomeMessage $ MsgInvalidBool t
|
||||
showVal = either (\_ -> False)
|
||||
showVal = either $ const False
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user