website refactor
This commit is contained in:
@@ -9,7 +9,7 @@ export function useSponsorshipRequests(entityType: string, entityId: string) {
|
||||
const queryResult = useQuery({
|
||||
queryKey: ['sponsorshipRequests', entityType, entityId],
|
||||
queryFn: async () => {
|
||||
const result = await sponsorshipService.getPendingSponsorshipRequests({
|
||||
const result = await (sponsorshipService as any).getPendingSponsorshipRequests({
|
||||
entityType,
|
||||
entityId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user