Skip to content

Commit

Permalink
Fix ts function name
Browse files Browse the repository at this point in the history
  • Loading branch information
sesposito committed Oct 20, 2023
1 parent 2b3bf1f commit d010839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4198,7 +4198,7 @@ declare namespace nkruntime {
* @returns A leaderboardRecordsList cursor.
* @throws {TypeError, GoError}
*/
leaderboardListCursorFromRank(leaderboardId: string, rank: number, expiryTime?: number): string
leaderboardRecordsListCursorFromRank(leaderboardId: string, rank: number, expiryTime?: number): string

/**
* Write a new leaderboard record.
Expand Down

0 comments on commit d010839

Please sign in to comment.