fix: add #[allow(dead_code)] to ActionResult in models.rs
Action Gateway CI/CD / Build & Test (push) Has been cancelled
Action Gateway CI/CD / Publish Release (push) Has been cancelled

This commit is contained in:
2026-03-09 02:44:39 -07:00
parent 06ae7c0a66
commit 8621cb7be2
+1
View File
@@ -25,6 +25,7 @@ pub struct SubmitAction {
pub run_as: Option<String>, pub run_as: Option<String>,
} }
#[allow(dead_code)]
#[derive(Debug, Serialize)] #[derive(Debug, Serialize)]
pub struct ActionResult { pub struct ActionResult {
pub id: String, pub id: String,