mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-30 18:59:37 +00:00
Fixed Compileation Issues
This commit is contained in:
parent
c9313ff5f0
commit
93e3201cf7
2 changed files with 1 additions and 4 deletions
|
@ -13,7 +13,7 @@ import { Skeleton } from '@/components/ui/skeleton';
|
|||
const ActivityPage = async ({
|
||||
searchParams,
|
||||
}: {
|
||||
searchParams: { [key: string]: string | undefined };
|
||||
searchParams: Promise<Record<string, string | undefined>>;
|
||||
}) => {
|
||||
const isPro = await checkSubscription();
|
||||
const { orgId } = await auth();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue