Changed the stats that are sent back to stat server from installed server.

This commit is contained in:
YEGCSharpDev 2021-10-14 15:56:38 -06:00
parent 4921b9d26b
commit 644cb6d1f6
7 changed files with 46 additions and 208 deletions

View file

@ -22,7 +22,7 @@ namespace API.Services.Clients
_client.Timeout = TimeSpan.FromSeconds(30);
}
public async Task SendDataToStatsServer(UsageStatisticsDto data)
public async Task SendDataToStatsServer(InstallationStatsDto data)
{
var responseContent = string.Empty;