Skip to content

Commit

Permalink
Missing include for tokens controller
Browse files Browse the repository at this point in the history
  • Loading branch information
hollerloudly committed Feb 4, 2021
1 parent 1f2cd60 commit 1d69bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stcloud/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func NewAPIClient(cfg *Configuration) *APIClient {
c.SavedQueriesAPI = (*SavedQueriesAPIService)(&c.common)
c.SubscriptionsAPI = (*SubscriptionsAPIService)(&c.common)
c.TagAPIControllerAPI = (*TagAPIControllerAPIService)(&c.common)
c.TokensAPIControllerAPI = (*TokensAPIControllerAPIService)(&c.common)

return c
}
Expand Down

0 comments on commit 1d69bfe

Please sign in to comment.