mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix code style
This commit is contained in:
parent
f639bada5c
commit
32698bcc98
1 changed files with 1 additions and 4 deletions
|
@ -366,10 +366,7 @@ class TrelloCreator {
|
|||
}
|
||||
|
||||
getAdmin(trelloMemberType) {
|
||||
if (trelloMemberType === 'admin') {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return trelloMemberType === 'admin';
|
||||
}
|
||||
|
||||
getColor(trelloColorCode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue