From 3c78f440d487c4a24b324d2989900289831c752c Mon Sep 17 00:00:00 2001 From: Mario564 Date: Thu, 22 Feb 2024 13:45:13 -0600 Subject: [PATCH] Make `getBeatmapTopNonLegacyScores` private --- src/classes/Beatmaps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<