Skip to content

Commit

Permalink
Update fetch.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yngfoxx authored Nov 5, 2022
1 parent 199de8a commit ad0040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (header *RequestHeader) FiberFetch(url string) *Respnse {

// Execute
if err := agent.Parse(); err != nil {
return &Respnse{}
return &Respnse{Error: err}
}

// Parse
Expand Down

0 comments on commit ad0040d

Please sign in to comment.