Skip to content

Commit 16dfbf8

Browse files
Remove comment about fallbackRequest parameter which no longer exists.
1 parent 63dbd45 commit 16dfbf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Networking/Networking/Requests/RESTRequest.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ struct RESTRequest: URLRequestConvertible {
3333
/// - parameters: Collection of String parameters to be passed over to our target endpoint.
3434
/// This can be encoded to the URL request query if the HTTP method is `.get`.
3535
/// - headers: Headers to be added to the request.
36-
/// - fallbackRequest: A fallback Jetpack request to trigger if the REST request cannot be made.
3736
///
3837
init(siteURL: String,
3938
wooApiVersion: WooAPIVersion,

0 commit comments

Comments
 (0)