Commit 68c1a22e authored by Piotr Skorupa's avatar Piotr Skorupa

Wrap billable_users in alt_usage_data for hardening

parent 541cdc51
......@@ -97,7 +97,7 @@ module EE
# rubocop: enable UsageData/LargeTable
usage_data[:licensee] = license.licensee
usage_data[:license_user_count] = license.restricted_user_count
usage_data[:license_billable_users] = license.daily_billable_users_count
usage_data[:license_billable_users] = alt_usage_data { license.daily_billable_users_count }
usage_data[:license_starts_at] = license.starts_at
usage_data[:license_expires_at] = license.expires_at
usage_data[:license_plan] = license.plan
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment