We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c60a5 commit ba9bbd2Copy full SHA for ba9bbd2
collab/src/database/fields/type_option/rollup_type_option.rs
@@ -86,7 +86,10 @@ impl From<RollupTypeOption> for TypeOptionData {
86
"target_field_id".into(),
87
Any::String(data.target_field_id.into()),
88
),
89
- ("calculation_type".into(), Any::BigInt(data.calculation_type)),
+ (
90
+ "calculation_type".into(),
91
+ Any::BigInt(data.calculation_type),
92
+ ),
93
("show_as".into(), Any::BigInt(i64::from(data.show_as))),
94
(
95
"condition_value".into(),
0 commit comments