We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c802d commit 6171603Copy full SHA for 6171603
Modules/Sources/WordPressKitObjC/ReaderPostServiceRemote.m
@@ -40,10 +40,6 @@ - (void)fetchPostsFromEndpoint:(NSURL *)endpoint
40
if (algorithm) {
41
params[ParamsKeyAlgorithm] = algorithm;
42
}
43
- // TODO: refactor (add a new parameter
44
- if ([endpoint.path hasSuffix:@"/freshly-pressed"]) {
45
- [params removeAllObjects];
46
- }
47
48
[self fetchPostsFromEndpoint:endpoint withParameters:params success:success failure:failure];
49
0 commit comments