Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoble committed Oct 24, 2024
1 parent b4aeca8 commit 7e9c6f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ContinueListening(): JSX.Element {
}}
options={{
getNextPageParam: (
lastPage: Maybe<GetSectionContinueListeningQuery>
lastPage: Maybe<GetSectionContinueListeningQuery>,
) => {
const hasMoreHistory =
lastPage?.me?.user.continueListening?.pageInfo.hasNextPage;
Expand Down

0 comments on commit 7e9c6f2

Please sign in to comment.