Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Sep 15, 2024
1 parent ab6ba2b commit 6cb2dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/users/searchUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports.optional = ['limit', 'cursor']
**/

// Define
function searchUsers(jar, keyword, limit, cursor) {
function searchUsers (jar, keyword, limit, cursor) {
return getPageResults({
url: '//users.roblox.com/v1/users/search',
jar,
Expand Down

0 comments on commit 6cb2dd4

Please sign in to comment.