chore: fix build failure

This commit is contained in:
Mythie
2024-11-05 12:39:08 +11:00
parent 8a668f52aa
commit aae790c73c

View File

@ -19,7 +19,7 @@ type AdminLeaderboardProps = {
};
export default async function Leaderboard({ searchParams = {} }: AdminLeaderboardProps) {
setupI18nSSR();
await setupI18nSSR();
const { user } = await getRequiredServerComponentSession();