We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7c08b commit 30938f1Copy full SHA for 30938f1
Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
@@ -85,7 +85,7 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
85
86
ResultsUpdated?.Invoke(this, new ResultUpdatedEventArgs
87
{
88
- Results = results.ToList(),
+ Results = results,
89
Query = query
90
});
91
0 commit comments