fix timestamp
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 39s
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 39s
This commit is contained in:
parent
989d66780d
commit
68e343083b
@ -211,7 +211,7 @@ export class ScoreService {
|
|||||||
left: score.accLeft,
|
left: score.accLeft,
|
||||||
right: score.accRight,
|
right: score.accRight,
|
||||||
},
|
},
|
||||||
timestamp: new Date(score.timeset),
|
timestamp: new Date(Number(score.timeset) * 1000),
|
||||||
} as AdditionalScoreData;
|
} as AdditionalScoreData;
|
||||||
if (rawScoreImprovement && rawScoreImprovement.score > 0) {
|
if (rawScoreImprovement && rawScoreImprovement.score > 0) {
|
||||||
data.scoreImprovement = {
|
data.scoreImprovement = {
|
||||||
|
Reference in New Issue
Block a user