fix: Convert limits to Integer (#5169)
This commit is contained in:
parent
596b611fc0
commit
82207c0d3e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Enterprise::Account
|
||||
def usage_limits
|
||||
{
|
||||
agents: agent_limits,
|
||||
agents: agent_limits.to_i,
|
||||
inboxes: get_limits(:inboxes).to_i
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue