Skip to content

Commit

Permalink
Fix csv tag name (#2075)
Browse files Browse the repository at this point in the history
fix csv tag name
  • Loading branch information
dogancanbakir authored Jan 15, 2025
1 parent 684cb87 commit 64396b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type Result struct {
Host string `json:"host,omitempty" csv:"host" mapstructure:"host"`
Path string `json:"path,omitempty" csv:"path" mapstructure:"path"`
FavIconMMH3 string `json:"favicon,omitempty" csv:"favicon" mapstructure:"favicon"`
FavIconMD5 string `json:"favicon_md5,omitempty" csv:"favicon" mapstructure:"favicon_md5"`
FavIconMD5 string `json:"favicon_md5,omitempty" csv:"favicon_md5" mapstructure:"favicon_md5"`
FaviconPath string `json:"favicon_path,omitempty" csv:"favicon_path" mapstructure:"favicon_path"`
FaviconURL string `json:"favicon_url,omitempty" csv:"favicon_url" mapstructure:"favicon_url"`
FinalURL string `json:"final_url,omitempty" csv:"final_url" mapstructure:"final_url"`
Expand Down

0 comments on commit 64396b8

Please sign in to comment.