Skip to content

Commit

Permalink
this.getAll is not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Aug 6, 2024
1 parent fef7313 commit 5491613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/volunteer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { t } = i18n;
export const getServerSideProps = compose(cache(), errorLogger, async () => {
const contributors: Contributor[] =
// @ts-ignore
await new repositoryStore('kaiyuanshe').getAllContributors();
await repositoryStore.getAllContributors();

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

1 comment on commit 5491613

@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-6ngza3o4t-techquerys-projects.vercel.app

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

Please sign in to comment.