Skip to content

Commit

Permalink
changing map to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryGeorgist committed Apr 30, 2024
1 parent 4854816 commit e4fe25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Usace.CC.Plugin/Action.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public class Action
[JsonPropertyName("desc")]
public string Description { get; set; }
[JsonPropertyName("params")]
public Map<string,string> Parameters { get; set; }
public Dictionary<string, string> Parameters { get; set; }
}
}

0 comments on commit e4fe25c

Please sign in to comment.