Select the types of activity you want to include in your feed.
1import { getUserPendingInvitations as getUserPendingInvitationsUtil } from "../../utils/check-registration-allowed"; 2 3export default async function getUserPendingInvitations(userEmail: string) { 4 return await getUserPendingInvitationsUtil(userEmail); 5}