Skip to content

Commit 250a6bf

Browse files
authored
Merge pull request #2330 from mkmccarty/mm-branch-3
✨fix(leaderboard): correct leaderboard API key typos constants
2 parents a91042b + bc4fc1d commit 250a6bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/boost/leaderboard_permission.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212

1313
const (
1414
// LeaderboardPermissionKey is the key used to store the timestamp of when the user allowed leaderboard API permissions
15-
LeaderboardPermissionKey = "allow_leaderboard_apix"
15+
LeaderboardPermissionKey = "allow_leaderboard_api"
1616
// LeaderboardPermissionSpanKey holds the selected permission duration ("24h" or "forever")
17-
LeaderboardPermissionSpanKey = "allow_leaderboard_apix_span"
17+
LeaderboardPermissionSpanKey = "allow_leaderboard_api_span"
1818
// LeaderboardPermission24h is the duration for 24 hours permission
1919
LeaderboardPermission24h = 24 * time.Hour
2020
)

0 commit comments

Comments
 (0)