Skip to content

Commit 33c1ba3

Browse files
committed
Rename function
1 parent ff4a433 commit 33c1ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Stella.Launcher/Forms/Default.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ private async void Main_Shown(object sender, EventArgs e)
393393
if (!Debugger.IsAttached)
394394
{
395395
string jsonData = JsonConvert.SerializeObject(new { Program.AppVersion, Program.AppVersionFull, Program.AppName, Program.AppPath, Program.AppData });
396-
string? data = await Telemetry.SendStatsAsync(jsonData).ConfigureAwait(true);
396+
string? data = await Telemetry.SendOpenRequest(jsonData).ConfigureAwait(true);
397397
if (!string.IsNullOrEmpty(data)) Program.Logger.Error(data);
398398
}
399399

0 commit comments

Comments
 (0)