cal.pub0.org/lib/utils/getUserFromHeader.ts

4 lines
143 B
TypeScript

import { NextApiResponse } from "next";
export const getCalcomUserId = (res: NextApiResponse) => res.getHeader("x-calcom-user-id") as number;