Merge pull request #476 from parkbanks/master

Rumorz display bugfix
This commit is contained in:
Bryan Ashby 2023-05-22 09:09:43 -06:00 committed by GitHub
commit 9bac4f5e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ exports.getModule = class RumorzModule extends MenuModule {
StatLog.getSystemLogEntries(
SystemLogKeys.UserAddedRumorz,
StatLog.Order.Timestamp,
StatLog.Order.TimestampDesc,
(err, entries) => {
return callback(err, entriesView, entries);
}