fix: fixed issue with time in the match extension

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-10-06 09:43:21 +02:00
parent 95f6772581
commit 982212ddf3

View file

@ -108,7 +108,7 @@ class MatchExtension : Extension() {
role.id.value.toLong(), role.id.value.toLong(),
opponent, opponent,
msg.id.value.toLong(), msg.id.value.toLong(),
(zdt.toEpochSecond()), (zdt.toEpochSecond() * 1000),
jobString jobString
) )
) )