mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-08 23:46:12 +02:00
Fix casing of NumberFormatYuan
const
This commit is contained in:
parent
74663ed1b6
commit
00679f7e8f
@ -301,7 +301,7 @@ const (
|
|||||||
NumberFormatRuble NumberFormat = "ruble"
|
NumberFormatRuble NumberFormat = "ruble"
|
||||||
NumberFormatRupee NumberFormat = "rupee"
|
NumberFormatRupee NumberFormat = "rupee"
|
||||||
NumberFormatWon NumberFormat = "won"
|
NumberFormatWon NumberFormat = "won"
|
||||||
NumberformatYuan NumberFormat = "yuan"
|
NumberFormatYuan NumberFormat = "yuan"
|
||||||
|
|
||||||
// Formula result type enums.
|
// Formula result type enums.
|
||||||
FormulaResultTypeString FormulaResultType = "string"
|
FormulaResultTypeString FormulaResultType = "string"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user