From 8a320df01567959615b7e6f9df482e0fad7a1614 Mon Sep 17 00:00:00 2001 From: maxswa Date: Sun, 28 May 2023 13:47:21 -0400 Subject: [PATCH] Update necessary jsdoc comments. --- src/hiscores.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hiscores.ts b/src/hiscores.ts index db5dc8f..48cd207 100644 --- a/src/hiscores.ts +++ b/src/hiscores.ts @@ -38,6 +38,7 @@ import { * Screen scrapes the hiscores to get the formatted rsn of a player. * * @param rsn Username of the player. + * @param config Optional axios request config object. * @returns Formatted version of the rsn. */ export async function getRSNFormat( @@ -341,6 +342,7 @@ export async function getSkillPage( * @param activity Name of the activity or boss to fetch hiscores for. * @param mode Gamemode to fetch ranks for. * @param page Page number. + * @param config Optional axios request config object. * @returns Array of `PlayerActivityRow` objects. */ export async function getActivityPage(