Skip to content

Commit

Permalink
Of course
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Dec 16, 2024
1 parent 07e57c9 commit ee6ce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/users/getUsernameHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getUsernameHistory (userId, limit, sortOrder, cursor) {
}

exports.func = function (args) {
let { userId, limit, sortOrder, cursor } = args;
let { userId, limit, sortOrder, cursor } = args
limit ||= 100
sortOrder ||= 'Asc'

Expand Down

0 comments on commit ee6ce42

Please sign in to comment.