We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a91042b + bc4fc1d commit 250a6bfCopy full SHA for 250a6bf
1 file changed
src/boost/leaderboard_permission.go
@@ -12,9 +12,9 @@ import (
12
13
const (
14
// LeaderboardPermissionKey is the key used to store the timestamp of when the user allowed leaderboard API permissions
15
- LeaderboardPermissionKey = "allow_leaderboard_apix"
+ LeaderboardPermissionKey = "allow_leaderboard_api"
16
// LeaderboardPermissionSpanKey holds the selected permission duration ("24h" or "forever")
17
- LeaderboardPermissionSpanKey = "allow_leaderboard_apix_span"
+ LeaderboardPermissionSpanKey = "allow_leaderboard_api_span"
18
// LeaderboardPermission24h is the duration for 24 hours permission
19
LeaderboardPermission24h = 24 * time.Hour
20
)
0 commit comments