mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 05:32:12 +10:00
extend webhook triggers
This commit is contained in:
@ -5,5 +5,8 @@ export const getWebhooksByUserId = async (userId: number) => {
|
||||
where: {
|
||||
userId,
|
||||
},
|
||||
orderBy: {
|
||||
createdAt: 'desc',
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user