We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c9e98 commit 55fe85aCopy full SHA for 55fe85a
1 file changed
packages/features/tasker/tasks/triggerFormSubmittedNoEvent/triggerFormSubmittedNoEventWebhook.ts
@@ -1,9 +1,9 @@
1
import { z } from "zod";
2
3
import incompleteBookingActionFunctions from "@calcom/app-store/routing-forms/lib/incompleteBooking/actionFunctions";
4
-import type { FORM_SUBMITTED_WEBHOOK_RESPONSES } from "@calcom/app-store/routing-forms/trpc/utils";
5
import { sendGenericWebhookPayload } from "@calcom/features/webhooks/lib/sendPayload";
6
import prisma from "@calcom/prisma";
+import type { FORM_SUBMITTED_WEBHOOK_RESPONSES } from "@calcom/trpc/server/routers/apps/routing-forms/utils";
7
8
export type ResponseData = {
9
responseId: number;
0 commit comments