Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyosu-1 committed Jun 21, 2024
1 parent e5b3d29 commit 42797d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/rbac/role/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
// Client Clientロール (for OAuth2 client credentials grant)
const Client = "client"

// 自分自身以外の参照系は許可するようにしたいが、https://github.com/traPtitech/traQ/pull/2433#discussion_r1649383346
// 自分自身以外の参照系は許可するようにしたいが、https://github.com/traPtitech/traQ/pull/2433#discussion_r1649383346
// の事情から許可できる権限が限られる
// https://github.com/traPtitech/traQ/issues/2463 で権限を増やせるよう対応予定
var clientPerms = []permission.Permission{
Expand Down

0 comments on commit 42797d0

Please sign in to comment.