fix error message
This commit is contained in:
parent
762506c644
commit
3a3fde8e3a
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ userTransfer (Just auid) (UserTransfer target amount) =
|
|||
}
|
||||
else
|
||||
throwError $ err400
|
||||
{ errBody = "Not enough credit balance"
|
||||
{ errBody = "Not enough credit balance."
|
||||
}
|
||||
else
|
||||
throwError $ err400
|
||||
|
|
Loading…
Reference in a new issue