Skip to content

Commit 222ae11

Browse files
chore: De-anonymize Root field of TerraformRegistryModule struct type.
1 parent d96eee3 commit 222ae11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry_module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type TerraformRegistryModule struct {
8989
PublishedAt string `json:"published_at"`
9090
Downloads int `json:"downloads"`
9191
Verified bool `json:"verified"`
92-
Root `json:"root"`
92+
Root Root `json:"root"`
9393
// Submodules []Submodule `json:"submodules"`
9494
// Examples []Example `json:"examples"`
9595
Providers []string `json:"providers"`

0 commit comments

Comments
 (0)