Skip to content

Commit

Permalink
fix: json field for block page settings
Browse files Browse the repository at this point in the history
  • Loading branch information
amalucelli committed Dec 28, 2022
1 parent f1736df commit 77f2432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextdns/settings_blockpage.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const settingsBlockPageAPIPath = "settings/blockPage"

// SettingsBlockPage represents the settings block page of a profile.
type SettingsBlockPage struct {
Enabled bool `json:"enable"`
Enabled bool `json:"enabled"`
}

// GetSettingsBlockPageRequest encapsulates the request for getting the settings block page of a profile.
Expand Down

0 comments on commit 77f2432

Please sign in to comment.