Skip to content

Commit

Permalink
Merge 1bd5a13 into 615d116
Browse files Browse the repository at this point in the history
  • Loading branch information
grundleborg committed Mar 4, 2017
2 parents 615d116 + 1bd5a13 commit c53f8ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/diagnostics.go
Expand Up @@ -361,12 +361,12 @@ func trackConfig() {
func trackLicense() {
if utils.IsLicensed {
data := map[string]interface{}{
"name": utils.License.Customer.Name,
"company": utils.License.Customer.Company,
"issued": utils.License.IssuedAt,
"start": utils.License.StartsAt,
"expire": utils.License.ExpiresAt,
"users": *utils.License.Features.Users,
"customer_id": utils.License.Customer.Id,
"license_id": utils.License.Id,
"issued": utils.License.IssuedAt,
"start": utils.License.StartsAt,
"expire": utils.License.ExpiresAt,
"users": *utils.License.Features.Users,
}

features := utils.License.Features.ToMap()
Expand Down

0 comments on commit c53f8ea

Please sign in to comment.