Skip to content

Commit

Permalink
remove redundant Delete permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanstephens committed Jan 9, 2025
1 parent 2ae65b5 commit fb5f689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/scope/scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ func (s Scope) String() string {
}

func All() []Scope {
return []Scope{Admin, Delete, Read, Tail, Delete}
return []Scope{Admin, Delete, Read, Tail}
}

0 comments on commit fb5f689

Please sign in to comment.