Skip to content

Commit c00d804

Browse files
committed
Resolve conflicts
1 parent e2abc1b commit c00d804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Helper/ResultHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class ResultHelper
2020
{
2121
var plugin = PluginManager.GetPluginForId(pluginId);
2222
if (plugin == null) return null;
23-
var query = QueryBuilder.Build(rawQuery, PluginManager.NonGlobalPlugins);
23+
var query = QueryBuilder.Build(rawQuery, PluginManager.GetNonGlobalPlugins());
2424
if (query == null) return null;
2525
try
2626
{

0 commit comments

Comments
 (0)