Skip to content

Commit

Permalink
fix from review
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Aug 6, 2024
1 parent 5491613 commit ff21c85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/volunteer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const { t } = i18n;

export const getServerSideProps = compose(cache(), errorLogger, async () => {
const contributors: Contributor[] =
// @ts-ignore
await repositoryStore.getAllContributors();

return { props: { contributors } };
});

Expand Down

1 comment on commit ff21c85

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for oss-toolbox ready!

✅ Preview
https://oss-toolbox-nm83xq9v0-techquerys-projects.vercel.app

Built with commit ff21c85.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.