Fix calcom user bad import
parent
d550de4be0
commit
935e27f9ca
|
@ -4,7 +4,7 @@ import prisma from "@calcom/prisma";
|
||||||
|
|
||||||
import { withMiddleware } from "@lib/helpers/withMiddleware";
|
import { withMiddleware } from "@lib/helpers/withMiddleware";
|
||||||
import type { UserResponse } from "@lib/types";
|
import type { UserResponse } from "@lib/types";
|
||||||
import { getCalcomUserId } from "@lib/utils/getUserFromHeader";
|
import { getCalcomUserId } from "@lib/utils/getCalcomUserId";
|
||||||
import {
|
import {
|
||||||
schemaQueryIdParseInt,
|
schemaQueryIdParseInt,
|
||||||
withValidQueryIdTransformParseInt,
|
withValidQueryIdTransformParseInt,
|
||||||
|
|
Loading…
Reference in New Issue