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 a1bf253 commit 3416079
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 @@ -16,6 +16,7 @@ type SearchValueProviderProps = {
blogPosts: BlogPost[];
allPosts?: BlogPost[];
filteredListingType?: string;
category?: string;
};

type BlogPostsContextType = {
Expand Down

0 comments on commit 3416079

Please sign in to comment.