fix: api v2 dev server error (#26748)

This commit is contained in:
Dhairyashil Shinde
2026-01-12 13:33:48 +00:00
committed by GitHub
parent 70d5a78d69
commit dd4e1ba11b
2 changed files with 31 additions and 5 deletions
@@ -69,7 +69,7 @@ import {
import type { RescheduleSeatedBookingInput_2024_08_13 } from "@calcom/platform-types";
import type { PrismaClient } from "@calcom/prisma";
import type { EventType, User, Team } from "@calcom/prisma/client";
import { makeUserActor } from "@calcom/features/booking-audit/lib/makeActor";
import { makeUserActor } from "@calcom/platform-libraries/bookings";
type CreatedBooking = {
hosts: { id: number }[];