fix: remove trigger, origin and redundant type properties from notification payload

This commit is contained in:
2026-06-11 12:19:25 -04:00
parent 1dfd53e53c
commit 03c60f5156
5 changed files with 1 additions and 76 deletions

View File

@ -85,13 +85,6 @@ impl DatabaseExecutor for MockExecutor {
Ok("2026-03-10T00:00:00Z".to_string())
}
fn auth_origin(&self) -> Result<Option<Value>, String> {
Ok(None)
}
fn punc_trigger(&self) -> Result<Option<String>, String> {
Ok(None)
}
#[cfg(test)]
fn get_queries(&self) -> Vec<String> {