Skip to content

Commit

Permalink
Update docs example yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Oct 25, 2024
1 parent e4011bc commit b03ad55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/users/searchUsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ exports.optional = ['limit', 'cursor', 'jar']
* @param {string} cursor - The cursor to use when fetching the next or previous page
* @returns {Promise<UserSearchResult[]>}
* @example const noblox = require("noblox.js")
* // Log in using cookie
* await noblox.searchUsers("bob", 10, "cursorstring")
* noblox.searchUsers("bob", 10, "cursorstring")
**/

// Define
Expand Down

0 comments on commit b03ad55

Please sign in to comment.