This commit is contained in:
nicole pardal 2025-09-29 20:10:38 -07:00
parent 3aa34ff0e6
commit f944382424
1 changed files with 6 additions and 7 deletions

View File

@ -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()})