mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 04:05:54 -05:00
fix plus voting history page name
This commit is contained in:
@@ -32,8 +32,6 @@ export const getStaticProps: GetStaticProps<PlusVotingHistoryPageProps> = async
|
||||
month,
|
||||
});
|
||||
|
||||
console.log({ summaries });
|
||||
|
||||
if (!summaries.length) return { notFound: true };
|
||||
|
||||
return {
|
||||
Reference in New Issue
Block a user