diff --git a/lib/users/getUsernameHistory.js b/lib/users/getUsernameHistory.js index 01cef73c..9e5a110f 100644 --- a/lib/users/getUsernameHistory.js +++ b/lib/users/getUsernameHistory.js @@ -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'