prettier fix attempt
parent
8339d339a1
commit
5453af6d6e
|
@ -1,10 +1,9 @@
|
||||||
import prisma from "@calcom/prisma";
|
|
||||||
|
|
||||||
import { WebhookTriggerEvents } from "@prisma/client";
|
import { WebhookTriggerEvents } from "@prisma/client";
|
||||||
import { getTranslation } from "@calcom/lib/server/i18n";
|
|
||||||
|
|
||||||
import type { NextApiRequest, NextApiResponse } from "next";
|
import type { NextApiRequest, NextApiResponse } from "next";
|
||||||
|
|
||||||
|
import { getTranslation } from "@calcom/lib/server/i18n";
|
||||||
|
import prisma from "@calcom/prisma";
|
||||||
|
|
||||||
import { withMiddleware } from "@lib/helpers/withMiddleware";
|
import { withMiddleware } from "@lib/helpers/withMiddleware";
|
||||||
import { BookingResponse, BookingsResponse } from "@lib/types";
|
import { BookingResponse, BookingsResponse } from "@lib/types";
|
||||||
import sendPayload from "@lib/utils/sendPayload";
|
import sendPayload from "@lib/utils/sendPayload";
|
||||||
|
|
Loading…
Reference in New Issue