refactor(#2416): drop the now-always-none Spawned.sha field + deny tag leftover
This commit is contained in:
parent
c2bd7db998
commit
12ce346d02
4 changed files with 8 additions and 17 deletions
|
|
@ -817,8 +817,6 @@ pub enum HelperEvent {
|
|||
ok: bool,
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
note: Option<String>,
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
sha: Option<String>,
|
||||
},
|
||||
/// A container was rebuilt (auto-update or manual).
|
||||
Rebuilt {
|
||||
|
|
|
|||
Loading…
Reference in a new issue