extend webhook triggers

This commit is contained in:
Catalin Pit
2024-02-24 10:54:20 +02:00
parent 99a26065a8
commit f9b2abcadd
7 changed files with 63 additions and 2 deletions

View File

@ -5,5 +5,8 @@ export const getWebhooksByUserId = async (userId: number) => {
where: {
userId,
},
orderBy: {
createdAt: 'desc',
},
});
};