Skip to content

Commit

Permalink
Update FeedSkeletonController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Dec 12, 2024
1 parent bd0ea35 commit c7c9236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeedGenerator/Http/FeedSkeletonController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __invoke(Request $request): mixed

return FeedGenerator::getFeedSkeleton(
name: $at->rkey(),
limit: $request->integer('limit', 30),
limit: $request->integer('limit'),
cursor: $request->input('cursor'),
user: $this->userDid($request),
request: $request,
Expand Down

0 comments on commit c7c9236

Please sign in to comment.