mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01: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) {
|
getAdmin(trelloMemberType) {
|
||||||
if (trelloMemberType === 'admin') {
|
return trelloMemberType === 'admin';
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getColor(trelloColorCode) {
|
getColor(trelloColorCode) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue