This commit is contained in:
Bel LaPointe
2026-03-14 22:19:46 -06:00
parent a05ee6de8f
commit ab4c577825
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ func Run(ctx context.Context) error {
return err
}
results, err := m.Search(ctx, os.Args[2])
results, err := m.Search(ctx, os.Args[2], 5.0)
if err != nil {
return err
}