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 2834989bbb
commit 75b8321ba6
Signed by: moonleay
GPG key ID: 82667543CCD715FB

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
) )
) )