Skip to content

Commit

Permalink
Merge pull request #3 from ThinkChaos/fix-node-enum-format
Browse files Browse the repository at this point in the history
Fix NodeEnumFormat
  • Loading branch information
smasher164 authored Feb 18, 2022
2 parents b1c134a + ba399db commit f0ea5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct NodeParams<'a> {

#[derive(Deserialize, Debug, PartialEq)]
struct NodeEnumFormat {
channels: i64,
channels: Option<i64>,
}

#[derive(Deserialize, Debug, PartialEq)]
Expand Down

0 comments on commit f0ea5d8

Please sign in to comment.