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

Commit b194c6a

Browse files
committed
Remove a trailing comma
1 parent e7ca68f commit b194c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WordPressKit/Services/SubscribersServiceRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class SubscribersServiceRemote: ServiceRemoteWordPressComREST {
8484
page: Int? = nil,
8585
perPage: Int? = 25,
8686
parameters: GetSubscribersParameters = .init(),
87-
search: String? = nil,
87+
search: String? = nil
8888
) async throws -> GetSubscribersResponse {
8989
let url = self.path(forEndpoint: "sites/\(siteID)/subscribers", withVersion: ._2_0)
9090
var query: [String: Any] = [:]

0 commit comments

Comments
 (0)