Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimon222 committed Jul 17, 2022
1 parent dfa975e commit 712e6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WFInfo/Data.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ private void LoadMarketItem(string item_name, string url)
{
stats = new JObject
{
{ "plat", 999 },
{ "avg_price", 999 },
{ "volume", 0 }
};
}
Expand Down

0 comments on commit 712e6df

Please sign in to comment.