Skip to content

Commit

Permalink
fix: type literal initialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Jul 31, 2023
1 parent 10bf59e commit fe5f308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ yarn workspace v1.22.19image` is a collocated image path, this entry will be the
/** Allow control over the construction of BlogFeedItems */
createFeedItems?: CreateFeedItemsFn;
/** Limits the feed to the specified number of posts, false|null for all */
limit?: number | false | null = 20;
limit?: number | false | null;
};

type DefaultCreateFeedItemsParams = {
Expand Down

0 comments on commit fe5f308

Please sign in to comment.