You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Sources/UpgradeAlert/UpgradeAlert.swift
-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,6 @@ extension UpgradeAlert {
81
81
* - Remark: This typealias simplifies the signature of completion handlers used in asynchronous network operations within the `UpgradeAlert` module.
82
82
*/
83
83
typealiasCompletion=(AppInfo?,UAError?)->Void
84
-
typealiasCompletion=(AppInfo?,UAError?)->Void
85
84
/**
86
85
* - Description: Retrieves the app information from the App Store using a network request. This function fetches the JSON data from the App Store API and decodes it to `AppInfo` format, handling errors appropriately.
0 commit comments