kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9a620ba2f31238f03cd28f1da5ef3838d67e4e8a 5 lines 254 B view raw
1import { getUserPendingInvitations as getUserPendingInvitationsUtil } from "../../utils/check-registration-allowed"; 2 3export default async function getUserPendingInvitations(userEmail: string) { 4 return await getUserPendingInvitationsUtil(userEmail); 5}