Skip to content

Commit

Permalink
fix: incorrect type def
Browse files Browse the repository at this point in the history
  • Loading branch information
glenngillen committed Dec 19, 2024
1 parent 3416079 commit 2407fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contextProviders/BlogPostsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type SearchValueProviderProps = {
type BlogPostsContextType = {
blogPosts: BlogPost[];
filteredListingType?: string;
category?: string;
featuredAndOrderedBlogPosts: BlogPost[];
groupedBlogPostsByCategory: GroupedBlogPosts;
searchPostsQuery: string;
Expand Down

0 comments on commit 2407fd6

Please sign in to comment.