mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
Update Sora/Utils/Analytics/Analytics.swift
Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
This commit is contained in:
parent
e7fa2d3eba
commit
ab016deb5b
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class AnalyticsManager {
|
|||
return
|
||||
}
|
||||
|
||||
URLSession.shared.dataTask(with: request) { (data, response, error) in
|
||||
URLSession.shared.dataTask(with: request) { (data, _, error) in
|
||||
if let error = error {
|
||||
Logger.shared.log("Request failed: \(error.localizedDescription)", type: "Debug")
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue