We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a40be commit ff80205Copy full SHA for ff80205
internal/config.go
@@ -93,7 +93,6 @@ func (c *ComponentConfig) SetDefaults() {
93
if c.ShortName == "" {
94
c.ShortName = c.Name
95
}
96
-
97
98
99
type SiteComponent struct {
internal/plugin.go
@@ -88,7 +88,6 @@ func (p *AzurePlugin) SetGlobalConfig(data map[string]any) error {
88
89
90
func (p *AzurePlugin) SetSiteConfig(site string, data map[string]any) error {
91
92
// If data is empty then exit early since we only want to take action when
// there is data.
if len(data) == 0 {
0 commit comments