Skip to content

Commit

Permalink
fix stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgubler committed Aug 21, 2023
1 parent d68c387 commit f6dbd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/grafanaClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (this GrafanaClient) GetUserOrgs(user grafana.User) ([]UserOrg, error) {
}

func (this GrafanaClient) CloseIdleConnections() {
this.CloseIdleConnections()
this.client.CloseIdleConnections()
}

func (this GrafanaClient) OrgUsers(orgID int64) ([]grafana.OrgUser, error) {
Expand Down

0 comments on commit f6dbd5b

Please sign in to comment.