Skip to content

Commit 2a1d502

Browse files
committed
fix build error
1 parent b5c264f commit 2a1d502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public virtual async Task ReloadDataAsync()
138138
SetupJsonRPC();
139139
try
140140
{
141-
await RPC.InvokeAsync("reload", context);
141+
await RPC.InvokeAsync("reload", Context);
142142
}
143143
catch (RemoteMethodNotFoundException e)
144144
{

0 commit comments

Comments
 (0)