Skip to content

Commit 0dd785e

Browse files
committed
fix oss
1 parent 414f099 commit 0dd785e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/windmill-api/src/gcp_triggers_oss.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ pub struct GcpTrigger {
160160
pub error_handler_args: Option<SqlxJson<HashMap<String, Box<RawValue>>>>,
161161
#[serde(skip_serializing_if = "Option::is_none")]
162162
pub retry: Option<SqlxJson<windmill_common::flows::Retry>>,
163+
#[serde(skip_serializing_if = "Option::is_none")]
164+
pub auto_acknowledge_msg: Option<bool>,
163165
}
164166
#[cfg(not(feature = "private"))]
165167
impl TriggerJobArgs<String> for GcpTrigger {

0 commit comments

Comments
 (0)