Fix calcom user bad import

pull/9078/head
Agusti Fernandez Pardo 2022-04-08 21:08:25 +02:00
parent d550de4be0
commit 935e27f9ca
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import prisma from "@calcom/prisma";
import { withMiddleware } from "@lib/helpers/withMiddleware";
import type { UserResponse } from "@lib/types";
import { getCalcomUserId } from "@lib/utils/getUserFromHeader";
import { getCalcomUserId } from "@lib/utils/getCalcomUserId";
import {
schemaQueryIdParseInt,
withValidQueryIdTransformParseInt,