Skip to content

Commit 0a3ecc5

Browse files
committed
Run eslint formatter
1 parent b0c4057 commit 0a3ecc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/api/v1/pages/api/credential-sync

apps/api/v1/pages/api/credential-sync/_patch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { symmetricDecrypt } from "@calcom/lib/crypto";
55
import { defaultResponder } from "@calcom/lib/server/defaultResponder";
66
import { prisma } from "@calcom/prisma";
77
import type { Prisma } from "@calcom/prisma/client";
8+
89
import { schemaCredentialPatchParams, schemaCredentialPatchBody } from "~/lib/validations/credential-sync";
910

1011
/**

0 commit comments

Comments
 (0)