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

This reverts commit 644cb6d1f6.
This commit is contained in:
YEGCSharpDev 2021-10-14 16:00:01 -06:00
parent 644cb6d1f6
commit 98b3c483be
7 changed files with 207 additions and 45 deletions

View file

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