Skip to content

Commit 3b2e0eb

Browse files
committed
Typo
1 parent 6f25c01 commit 3b2e0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/auth/access_token_scope.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var AccessTokenScopeCategoryNames = map[AccessTokenScopeCategory]string{
5151
AccessTokenScopeCategoryUser: "user",
5252
}
5353

54-
// AccessTokenScopeCategoryNames is a list of all access token scope category names including admin's reserved scope
54+
// AllAccessTokenScopeCategoryNames is a list of all access token scope category names including admin's reserved scope
5555
var AllAccessTokenScopeCategoryNames = []string{
5656
AccessTokenScopeCategoryNames[AccessTokenScopeCategoryActivityPub],
5757
AccessTokenScopeCategoryNames[AccessTokenScopeCategoryAdmin],
@@ -64,7 +64,7 @@ var AllAccessTokenScopeCategoryNames = []string{
6464
AccessTokenScopeCategoryNames[AccessTokenScopeCategoryUser],
6565
}
6666

67-
// AccessTokenScopeCategoryNames is a list of all access token scope category names without admin's reserved scope
67+
// AllNonAdminAccessTokenScopeCategoryNames is a list of all access token scope category names without admin's reserved scope
6868
var AllNonAdminAccessTokenScopeCategoryNames = []string{
6969
AccessTokenScopeCategoryNames[AccessTokenScopeCategoryActivityPub],
7070
AccessTokenScopeCategoryNames[AccessTokenScopeCategoryMisc],

0 commit comments

Comments
 (0)