mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 18:51:37 +10:00
chore: fix build failure
This commit is contained in:
@ -19,7 +19,7 @@ type AdminLeaderboardProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default async function Leaderboard({ searchParams = {} }: AdminLeaderboardProps) {
|
export default async function Leaderboard({ searchParams = {} }: AdminLeaderboardProps) {
|
||||||
setupI18nSSR();
|
await setupI18nSSR();
|
||||||
|
|
||||||
const { user } = await getRequiredServerComponentSession();
|
const { user } = await getRequiredServerComponentSession();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user