Skip to content

Commit

Permalink
chore: revert to previous Validate logic
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Feb 6, 2024
1 parent 67d1754 commit 40aebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (h *V1Client) Validate() error {
// API key can only be validated by making an API call
if h.apikey != "" {
c := h.GetClient()
_, err := c.V1PacksSummaryList(nil)
_, err := c.V1ProjectsMetadata(nil)
if err != nil {
return err
}
Expand Down

0 comments on commit 40aebc9

Please sign in to comment.