chore: use cuids for webhooks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { prisma } from '@documenso/prisma';
|
||||
|
||||
export type GetWebhookByIdOptions = {
|
||||
id: number;
|
||||
id: string;
|
||||
userId: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user