diff --git a/src/classes/Beatmaps.ts b/src/classes/Beatmaps.ts index 1c0f561..311e37e 100644 --- a/src/classes/Beatmaps.ts +++ b/src/classes/Beatmaps.ts @@ -133,7 +133,7 @@ export default class Beatmaps< * @param beatmap ID of the beatmap to get top scores from * @returns An array of user scores on a beatmap */ - public async getBeatmapTopNonLegacyScores( + private async getBeatmapTopNonLegacyScores( beatmap: number, options?: GetBeatmapNonLegacyScoresOptions ): Promise<