Skip to content

Commit 678a6c9

Browse files
committed
make boolean nullable for formulas
1 parent fd8cd08 commit 678a6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/PropertyValue/FormulaPropertyValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class FormulaValue
1212
public string Type { get; set; }
1313
public string String { get; set; }
1414
public double? Number { get; set; }
15-
public bool Boolean { get; set; }
15+
public bool? Boolean { get; set; }
1616
public DatePropertyValue Date { get; set; }
1717
}
1818
}

0 commit comments

Comments
 (0)