feat: add zapier support

This commit is contained in:
Catalin Pit
2024-02-24 11:18:58 +02:00
parent c6dbaaea21
commit fab4992e13
18 changed files with 258 additions and 13 deletions

View File

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