diff --git a/OliverBooth.Common/Services/IBlogPostService.cs b/OliverBooth.Common/Services/IBlogPostService.cs index df5ed58..5805487 100644 --- a/OliverBooth.Common/Services/IBlogPostService.cs +++ b/OliverBooth.Common/Services/IBlogPostService.cs @@ -42,7 +42,7 @@ public interface IBlogPostService /// The zero-based index of the page to return. /// The maximum number of posts to return per page. /// A collection of blog posts. - IReadOnlyList GetBlogPosts(int page, int pageSize = 10); + IReadOnlyList GetBlogPosts(int page, int pageSize); /// /// Returns the drafts of this post, sorted by their update timestamp.