mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-06 23:36:14 +02:00
Fix casing of NumberFormatYuan
const
This commit is contained in:
parent
74663ed1b6
commit
00679f7e8f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user