Skip to content

Commit

Permalink
perf: 修复多答案情况
Browse files Browse the repository at this point in the history
  • Loading branch information
DokiDoki1103 committed Oct 26, 2024
1 parent 41e68af commit bfa9995
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/search/wanneng.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,5 @@ func (in *WannengClient) SearchAnswer(req model.SearchRequest) (answer [][]strin
answer = append(answer, innerArray)
}
}
fmt.Println(res.Result.Answers)
return answer, nil
}

0 comments on commit bfa9995

Please sign in to comment.