mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix unparsed property
This commit is contained in:
parent
2d381d69c0
commit
d3e704cc86
1 changed files with 2 additions and 0 deletions
|
|
@ -51,8 +51,10 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
public class JsonRPCRequestModel : JsonRPCModelBase
|
||||
{
|
||||
[JsonPropertyName("method")]
|
||||
public string Method { get; set; }
|
||||
|
||||
[JsonPropertyName("parameters")]
|
||||
public object[] Parameters { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
|
|
|
|||
Loading…
Reference in a new issue