diff --git a/App.cs b/App.cs index 5ca94e4..5629af1 100644 --- a/App.cs +++ b/App.cs @@ -42,6 +42,6 @@ internal class App jsonReader[item.Name] = value; } - await File.WriteAllTextAsync(file, jsonReader.ToString()); + await File.WriteAllTextAsync(file, content.ToString()); } } \ No newline at end of file