Fixed bans no longer working.

This commit is contained in:
flash 2024-02-15 22:55:24 +00:00
parent c02d922dc6
commit 89ef9d9ad1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class BanInfo {
publicReason: $result->getString(4),
privateReason: $result->getString(5),
created: $result->getInteger(6),
expires: $result->getIntegerOrNull(8),
expires: $result->getIntegerOrNull(7),
);
}