Skip to content

Commit

Permalink
Merge pull request #124 from FirebaseExtended/leaderboard
Browse files Browse the repository at this point in the history
fix the type of LEADER_BOARD_SIZE
  • Loading branch information
cynthiajoan authored Mar 16, 2023
2 parents cd85b3e + 710f5fb commit 686c059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore-leaderboard/extension/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ params:
label: Leaderboard Size
description: >
How many entries we would like to keep in the leaderboard.
type: integer
type: string
example: 100
default: 100
validationRegex: "^[1-9][0-9]*$"
Expand Down

0 comments on commit 686c059

Please sign in to comment.