chore(@desktop/general): currency and cache dto don't need to be references of object
This commit is contained in:
parent
97b6c0fe6f
commit
ae397a57c0
|
@ -3,7 +3,7 @@ import tables, times
|
|||
|
||||
export tables, times
|
||||
|
||||
type Value*[T] = ref object
|
||||
type Value*[T] = object
|
||||
value*: T
|
||||
timestamp*: DateTime
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ import json
|
|||
include ../../common/json_utils
|
||||
|
||||
type
|
||||
CurrencyFormatDto* = ref object
|
||||
CurrencyFormatDto* = object
|
||||
symbol*: string
|
||||
displayDecimals*: uint
|
||||
stripTrailingZeroes*: bool
|
||||
|
|
Loading…
Reference in New Issue