Skip to content

Commit

Permalink
Make getBeatmapTopNonLegacyScores private
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Mario564 committed Feb 22, 2024
1 parent e19a1e6 commit 3c78f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Beatmaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<
Expand Down

0 comments on commit 3c78f44

Please sign in to comment.