Skip to content

Commit

Permalink
Allow metadata to be null in TS leaderboardCreate (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesposito authored Jul 3, 2024
1 parent b388a06 commit 8ff75ae
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 @@ -4205,7 +4205,7 @@ declare namespace nkruntime {
sortOrder?: SortOrder,
operator?: Operator,
resetSchedule?: null | string,
metadata?: {[key: string]: any},
metadata?: {[key: string]: any} | null,
): void;

/**
Expand Down

0 comments on commit 8ff75ae

Please sign in to comment.