diff --git a/src/structs/image.rs b/src/structs/image.rs index e1b0a1b..294bc22 100644 --- a/src/structs/image.rs +++ b/src/structs/image.rs @@ -171,8 +171,10 @@ impl Image { } }, _ => unreachable!() - }) - }}, + }), + }, + error: self.error.clone() + }, time: self.time_ms } }