Skip to content

Commit

Permalink
fix: Allows for configuration without instances
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Sep 26, 2024
1 parent cfe40ed commit fbb39bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use crate::{
#[derive(serde::Deserialize)]
pub struct ContposeConfig {
pub delay: NonZeroU64,
#[serde(default)]
pub instance: Vec<ContposeInstanceConfig>,
}

Expand Down

0 comments on commit fbb39bb

Please sign in to comment.