chore: remove Level calculation and property from code and Notion payload

This commit is contained in:
0xcathiefish
2026-05-30 09:48:05 +00:00
parent 709ed37cb5
commit 330b8c6edb
3 changed files with 2 additions and 62 deletions
+1 -14
View File
@@ -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 {