Skip to content

Commit

Permalink
enable_business_logic value is boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
bkersbergen committed Mar 18, 2022
1 parent 6f3127d commit ea9b2fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/example/example.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl LogicConfig {
LogicConfig {
enable_business_logic: conf
.get(path.push("enable_business_logic"))
.unquote()
.trim()
.value()
.unwrap(),
}
Expand Down

0 comments on commit ea9b2fe

Please sign in to comment.