Skip to content

Commit

Permalink
fix: add apiUrl to getFriends types
Browse files Browse the repository at this point in the history
  • Loading branch information
Prioq committed Jul 28, 2024
1 parent 00bbfbc commit a9cf502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ declare module "noblox.js" {
/**
* ✅ Gets the friends list of the specified user.
*/
function getFriends(userId: number, jar?: CookieJar): Promise<Friends>;
function getFriends(userId: number, apiUrl?: string, jar?: CookieJar): Promise<Friends>;

/**
* 🔐 Removes friendship with `userId`.
Expand Down

0 comments on commit a9cf502

Please sign in to comment.