UNPKG

@prisma-cms/society-module

Version:
9 lines (6 loc) 145 B
export const getUserId = async function (ctx, token) { const { currentUser, } = ctx; return currentUser && currentUser.id || null; }