mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-09 14:32:12 +08:00
chore: remove Level calculation and property from code and Notion payload
This commit is contained in:
+1
-14
@@ -161,20 +161,7 @@ impl NotionWriter {
|
||||
},
|
||||
);
|
||||
|
||||
// 9. Level (Select column)
|
||||
properties.insert(
|
||||
"Level".to_string(),
|
||||
PageProperty::Select {
|
||||
id: None,
|
||||
select: Some(SelectPropertyValue {
|
||||
id: None,
|
||||
name: Some(data.level),
|
||||
color: None,
|
||||
}),
|
||||
},
|
||||
);
|
||||
|
||||
// 10. Order Type (Select column)
|
||||
// 9. Order Type (Select column)
|
||||
properties.insert(
|
||||
"Order Type".to_string(),
|
||||
PageProperty::Select {
|
||||
|
||||
Reference in New Issue
Block a user