Skip to content

Commit 30938f1

Browse files
committed
Revert "Fix possible issue in WebSearch plugin"
1 parent 9a7c08b commit 30938f1

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.WebSearch

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
8585

8686
ResultsUpdated?.Invoke(this, new ResultUpdatedEventArgs
8787
{
88-
Results = results.ToList(),
88+
Results = results,
8989
Query = query
9090
});
9191

0 commit comments

Comments
 (0)