mirror of https://github.com/daffainfo/nuclei.git
remove unused preprocessor from template
parent
2bea3f4b14
commit
37626627ef
|
@ -37,6 +37,4 @@ type Template struct {
|
||||||
Executer protocols.Executer `yaml:"-" json:"-"`
|
Executer protocols.Executer `yaml:"-" json:"-"`
|
||||||
|
|
||||||
Path string `yaml:"-" json:"-"`
|
Path string `yaml:"-" json:"-"`
|
||||||
|
|
||||||
preprocessor Preprocessor
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue