Skip to content

Commit

Permalink
chore: remove unneeded export declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceCYLiao committed Aug 3, 2023
1 parent df68905 commit 0297631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-blog/src/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function generateBlogFeed({
return feed;
}

export async function defaultCreateFeedItems({
async function defaultCreateFeedItems({
blogPosts,
siteConfig,
outDir,
Expand Down

0 comments on commit 0297631

Please sign in to comment.