mirror of
https://github.com/OSMA-D/osma-server.git
synced 2024-11-23 21:36:23 +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,
|
"app_name_id":&info.app_name_id,
|
||||||
"text":&info.text,
|
"text":&info.text,
|
||||||
"score":&info.score,
|
"score":&info.score,
|
||||||
|
"timestamp":Utc::now().timestamp()
|
||||||
}},
|
}},
|
||||||
options,
|
options,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue