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 ebb6b2f commit db67b51Copy full SHA for db67b51
internal/config/settings.go
@@ -16,7 +16,7 @@ type Settings struct {
16
BrowserBin *string `mapstructure:"browserBin"`
17
Headless bool `mapstructure:"headless"`
18
Width *int `mapstructure:"width"`
19
- Height *int `mapstructre:"height"`
+ Height *int `mapstructure:"height"`
20
}
21
22
var settingsFields = []string{
0 commit comments