mirror of
https://github.com/OSMA-D/osma-server.git
synced 2024-11-05 21:24:02 +03:00
feat: timestamp for reviews
OS-28
This commit is contained in:
parent
045daf1dcf
commit
cbae3f458e
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ impl Core {
|
|||
"app_name_id":&info.app_name_id,
|
||||
"text":&info.text,
|
||||
"score":&info.score,
|
||||
"timestamp":Utc::now().timestamp()
|
||||
}},
|
||||
options,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue