lint
This commit is contained in:
parent
3aa34ff0e6
commit
f944382424
|
|
@ -1246,7 +1246,6 @@ func (s *Server) WebSearchHandler(c *gin.Context) {
|
|||
req.MaxResults = 5
|
||||
}
|
||||
|
||||
|
||||
results, err := s.callWebSearchAPI(req.Query, req.MaxResults)
|
||||
if err != nil {
|
||||
c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()})
|
||||
|
|
|
|||
Loading…
Reference in New Issue