Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Jan 8, 2024
1 parent 64d61dc commit f48d8fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/usage/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ func NewUsage(ctx context.Context, s service.Service, usc usagePB.UsageServiceCl
logger.Error(err.Error())
}

fmt.Println()
fmt.Println("usc, usagePB.Session_SERVICE_MGMT, edition, version, defaultOwnerUID", usc, usagePB.Session_SERVICE_MGMT, edition, version, defaultOwnerUID)
reporter, err := usageClient.InitReporter(ctx, usc, usagePB.Session_SERVICE_MGMT, edition, version, defaultOwnerUID)
if err != nil {
logger.Error(err.Error())
Expand Down

0 comments on commit f48d8fd

Please sign in to comment.