reanem getCalcomUserId util

pull/9078/head
Agusti Fernandez Pardo 2022-04-08 20:54:48 +02:00
parent 9edc1dbd29
commit 1f561e70be
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 { UsersResponse } from "@lib/types";
import { getCalcomUserId } from "@lib/utils/getUserFromHeader";
import { getCalcomUserId } from "@lib/utils/getCalcomUserId";
import { schemaUserPublic } from "@lib/validations/user";
/**