Zammad send fixes, update deps

This commit is contained in:
Darren Clarke 2024-08-14 10:51:12 +02:00
parent c47223f5e9
commit a4053e6412
29 changed files with 626 additions and 500 deletions

View file

@ -20,7 +20,7 @@
"jest": "^29.7.0",
"kysely": "^0.27.3",
"pg": "^8.12.0",
"remeda": "^2.10.0",
"remeda": "^2.11.0",
"twilio": "^5.2.2"
},
"devDependencies": {

View file

@ -142,7 +142,7 @@ const sendToLeafcutter = async (tickets: LabelStudioTicket[]) => {
},
body: JSON.stringify({ tickets: finalTickets }),
});
console.log({ result });
};
*/
const importLeafcutterTask = async (): Promise<void> => {