Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed May 28, 2024
2 parents 2962052 + ec89e63 commit 00067ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ class Team extends ol_Object {
isOwner() {
return _team.user_role === 'owner'
}
/** Is locked
*/
isLocked() {
return !!_team.locked
}
/** Is redactor?
*/
isRedactor() {
Expand Down

0 comments on commit 00067ab

Please sign in to comment.