Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit d07fb8c

Browse files
Changes the data type for segmentID.
1 parent cc0d09b commit d07fb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/DomainsServiceRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public class DomainsServiceRemote: ServiceRemoteWordPressComREST {
157157
}
158158

159159
public func getDomainSuggestions(base query: String,
160-
segmentID: Int,
160+
segmentID: Int64,
161161
success: @escaping ([DomainSuggestion]) -> Void,
162162
failure: @escaping (Error) -> Void) {
163163
let endPoint = "domains/suggestions"

0 commit comments

Comments
 (0)