diff --git a/pages/volunteer.tsx b/pages/volunteer.tsx index 8901e3f..6e5a59e 100644 --- a/pages/volunteer.tsx +++ b/pages/volunteer.tsx @@ -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 } }; });