Skip to content

Commit a7e92fa

Browse files
committed
Improved categorization description
1 parent 42a32c1 commit a7e92fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ec3730/Data Feeds/WhoisXML/WhoisXml.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ extension WhoisXml: DataFeedService {
103103
id: "29"
104104
)
105105
static var CategorizationService: WhoisXMLService = WhoIsXmlCategorizationService(
106-
name: "Categorization",
107-
description: "Website Categorization API",
106+
name: "Website Categorization",
107+
description: "Our hosted lookup uses a machine learning (ML) engine to scan a website’s content and meta tags to classify the site.",
108108
id: "21"
109109
)
110110

ec3730/Models/Device/Sections/CarrierInfoModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CarrierInfoModel: DeviceInfoSectionModel {
1717
NotificationCenter.default.addObserver(self, selector: #selector(reload), name: NSNotification.Name.CTServiceRadioAccessTechnologyDidChange, object: nil)
1818
}
1919

20-
@MainActor private func setEnabled(_ completion: (@MainActor () -> Void)? = nil) {
20+
@MainActor private func setEnabled(_ completion: (@MainActor() -> Void)? = nil) {
2121
getProviderTask?.cancel()
2222
getProviderTask = Task.detached(priority: .userInitiated) {
2323
self.networkInfo = CTTelephonyNetworkInfo()

0 commit comments

Comments
 (0)