Fixing linter issues

This commit is contained in:
Julien Neuhart
2020-06-08 10:44:46 +02:00
parent 0b86d38517
commit 89ac13e805
12 changed files with 28 additions and 24 deletions

View File

@@ -289,5 +289,5 @@ func (c Config) DefaultGoogleChromeRpccBufferSize() int64 {
}
func (c Config) GoogleChromeIgnoreCertificateErrors() bool {
return c.urlIgnoreCertificateErrors
return c.googleChromeIgnoreCertificateErrors
}