There was an error while loading. Please reload this page.
1 parent 19b0c9c commit 10447bcCopy full SHA for 10447bc
cmd/server/main.go
@@ -463,7 +463,7 @@ func analyzeFunc(opts *cmd.CommonOptions) http.HandlerFunc {
463
}
464
465
func handler(opts *cmd.CommonOptions) (err error) {
466
-if disableJSON && disablePDF && disableHTML {
+if disableJSON && disablePDF && disableHTML && disableEmail {
467
disableJSON = false
468
469
0 commit comments