MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / eventUserJoin

Function eventUserJoin

apps/web/services/events/eventUserJoin.ts:10–14  ·  view source on GitHub ↗
(event: UserJoin)

Source from the content-addressed store, hash-verified

8};
9
10export async function eventUserJoin(event: UserJoin) {
11 // await Promise.allSettled([
12 // userJoinTask(event), // run it synchronously
13 // ]);
14}
15
16// const userJoinTask = async (payload: { userId: string }) => {
17// const user = await prisma.users.findUnique({

Callers 3

acceptInviteFunction · 0.90
createUserFunction · 0.90
joinCommunityMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected