mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-11-27 22:18:23 +02:00
Fix casing of NumberFormatYuan const
This commit is contained in:
@@ -301,7 +301,7 @@ const (
|
||||
NumberFormatRuble NumberFormat = "ruble"
|
||||
NumberFormatRupee NumberFormat = "rupee"
|
||||
NumberFormatWon NumberFormat = "won"
|
||||
NumberformatYuan NumberFormat = "yuan"
|
||||
NumberFormatYuan NumberFormat = "yuan"
|
||||
|
||||
// Formula result type enums.
|
||||
FormulaResultTypeString FormulaResultType = "string"
|
||||
|
||||
Reference in New Issue
Block a user