reduce ts size

This commit is contained in:
Evert Prants 2022-04-04 17:28:35 +03:00
parent 46597169c5
commit 8c74d46cc9
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export class History {
record.user,
record.x,
record.y,
record.ts,
Math.floor(record.ts / 1000),
color,
);
}