fix: 404 triggers listing in CE (#7705)

This commit is contained in:
hugocasa
2026-01-27 17:30:36 +00:00
committed by GitHub
parent 3ef496609c
commit 40fb61da07
12 changed files with 41 additions and 21 deletions
@@ -810,7 +810,7 @@ pub(crate) async fn tarball_workspace(
for service_name in ServiceName::iter() {
let native_triggers =
list_native_triggers(&mut *tx, &w_id, service_name, None, None).await?;
list_native_triggers(&mut *tx, &w_id, service_name, None, None, None, None).await?;
for trigger in native_triggers {
let trigger_str = &to_string_without_metadata(