Skip to content

Commit

Permalink
remove latest version from ConnectorMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Nov 13, 2024
1 parent fff8ddb commit 7b57cf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions registry-automation/cmd/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ type ConnectorMetadata struct {
Homepage string `json:"homepage"`
Name string `json:"name"`
} `json:"author"`
IsVerified bool `json:"is_verified"`
IsHostedByHasura bool `json:"is_hosted_by_hasura"`
LatestVersion string `json:"latest_version"`
IsVerified bool `json:"is_verified"`
IsHostedByHasura bool `json:"is_hosted_by_hasura"`
HasuraHubConnector struct {
Namespace string `json:"namespace"`
Name string `json:"name"`
Expand Down

0 comments on commit 7b57cf4

Please sign in to comment.