Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd6305 commit 6dbf272Copy full SHA for 6dbf272
1 file changed
nodejs/src/config.rs
@@ -72,8 +72,8 @@ impl Config {
72
if let Some(mode) = params.push_candlestick_mode {
73
config = config.push_candlestick_mode(mode.into());
74
}
75
-
76
- if let Some(false) = params.enable_overnight {
+
+ if !params.enable_print_quote_packages {
77
config = config.dont_print_quote_packages();
78
79
0 commit comments