Skip to content

Commit 6267f5a

Browse files
committed
Update UpgradeAlert.swift
1 parent 3ec7677 commit 6267f5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/UpgradeAlert/UpgradeAlert.swift

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ extension UpgradeAlert {
8181
* - Remark: This typealias simplifies the signature of completion handlers used in asynchronous network operations within the `UpgradeAlert` module.
8282
*/
8383
typealias Completion = (AppInfo?, UAError?) -> Void
84-
typealias Completion = (AppInfo?, UAError?) -> Void
8584
/**
8685
* - 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.
8786
* let url = URL(string: "http://www.")

0 commit comments

Comments
 (0)