Skip to content

Commit

Permalink
Fix visibility system calling (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Dec 26, 2024
1 parent 42a4c4d commit cbee4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/usage/visibility_system_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (vsm *VisibilitySystemManager) createMetric(commandName string) services.Vi
}

func (vsm *VisibilitySystemManager) SendUsage(commandName string) error {
manager, err := utils.CreateJfConnectServiceManager(vsm.serverDetails, -1, 0)
manager, err := utils.CreateJfConnectServiceManager(vsm.serverDetails, 1, 0)
if err != nil {
return err
}
Expand Down

0 comments on commit cbee4b5

Please sign in to comment.