Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c4beef8

Browse files
committed
Doh
1 parent d7198ba commit c4beef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Metrics/UsageTracker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public void Save(UsageStore store)
301301
{
302302
try
303303
{
304-
var json = this.ToJson(lowerCase: true);
304+
var json = store.ToJson(lowerCase: true);
305305
path.WriteAllText(json, Encoding.UTF8);
306306
}
307307
catch (Exception ex)

0 commit comments

Comments
 (0)