Skip to content

Commit

Permalink
deploy: dc5611f
Browse files Browse the repository at this point in the history
  • Loading branch information
Neztore committed Nov 20, 2023
1 parent 4f8c4fa commit 322a7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_groups_onAuditLog.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1>lib/groups/onAuditLog.js</h1>
let empty = false
return shortPoll({
getLatest: function (latest) {
return getAuditLog({ group: args.group, jar: args.jar })
return getAuditLog({ group: args.group, jar: args.jar, sortOrder: 'Desc' })
.then(function (audit) {
const given = []
if (audit) {
Expand Down

0 comments on commit 322a7f2

Please sign in to comment.