mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
fix: 404 triggers listing in CE (#7705)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user