mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Tidied up the warnings
This commit is contained in:
parent
ad796a47bd
commit
88b1472f88
5 changed files with 19 additions and 14 deletions
|
@ -167,6 +167,8 @@ namespace PlexRequests.Helpers.Analytics
|
|||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#pragma warning disable CS1998 // Async method lacks 'await' operators and will run synchronously
|
||||
private async Task SendRequestAsync(string postDataString)
|
||||
{
|
||||
var request = (HttpWebRequest)WebRequest.Create(AnalyticsUri);
|
||||
|
@ -195,6 +197,7 @@ namespace PlexRequests.Helpers.Analytics
|
|||
}
|
||||
#endif
|
||||
}
|
||||
#pragma warning restore CS1998 // Async method lacks 'await' operators and will run synchronously
|
||||
|
||||
private Dictionary<string, string> BuildRequestData(HitType type, string username, string category, string action, string clientId, string label, int? value, string exceptionDescription, int? fatal)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue