auto format

This commit is contained in:
2024-10-15 15:50:20 +07:00
parent c539bbdac0
commit fcc2b96a3b
6 changed files with 764 additions and 682 deletions

View File

@@ -4,7 +4,6 @@ import { PrismaService } from '../Prisma/prisma.service';
export class ClerkService {
constructor(private readonly prisma: PrismaService) {}
webhook(body: any) {
// get the event type
const eventType = body.type;
// dispatch the event