auto format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user