2
0

🗃️ (webhook) Improve webhook creation query

This commit is contained in:
Baptiste Arnaud
2023-02-13 17:58:54 +01:00
parent 1d4d39c649
commit e39cd94eef
2 changed files with 6 additions and 18 deletions

View File

@ -44,6 +44,7 @@ export const deleteResultsProcedure = authenticatedProcedure
typebot,
resultsFilter: {
id: (idsArray?.length ?? 0) > 0 ? { in: idsArray } : undefined,
typebotId,
},
})