mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
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…
x
Reference in New Issue
Block a user