Skip to content

Commit

Permalink
Remove unused IS_OWNER constant (#1823)
Browse files Browse the repository at this point in the history
## Changes

Leftover from #1386.

## Tests

All tests pass (indicating it really wasn't used).
  • Loading branch information
pietern authored Oct 10, 2024
1 parent 3270afa commit b9085de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundle/permissions/mutator.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
const CAN_MANAGE = "CAN_MANAGE"
const CAN_VIEW = "CAN_VIEW"
const CAN_RUN = "CAN_RUN"
const IS_OWNER = "IS_OWNER"

var allowedLevels = []string{CAN_MANAGE, CAN_VIEW, CAN_RUN}
var levelsMap = map[string](map[string]string){
Expand Down

0 comments on commit b9085de

Please sign in to comment.