Add route trigger to twenty apps (#14864)

This commit is contained in:
Weiko
2025-10-03 12:11:18 +02:00
committed by GitHub
parent a6ffd4707a
commit 329af2b670
9 changed files with 276 additions and 24 deletions
@@ -63,7 +63,7 @@ export class RouteTriggerResolver {
) {
try {
return await this.routeV2Service.destroyOne({
destroyRouteInput: input,
destroyRouteTriggerInput: input,
workspaceId,
});
} catch (error) {