Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samwisekind committed Apr 19, 2024
1 parent f277e98 commit 410f5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/help/become-a-friend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Page: NextPage<PageProps> = ({

export const getServerSideProps: GetServerSideProps<PageProps> = async (ctx) => {
const preview = ctx?.query.preview === 'true';
const data = await getPageContent(sitemap['become-a-friend'].path, { preview: });
const data = await getPageContent(sitemap['become-a-friend'].path, { preview });

return {
props: {
Expand Down

0 comments on commit 410f5af

Please sign in to comment.