fix: fixed issue with time in the match extension
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
2834989bbb
commit
75b8321ba6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue