mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Removing unwanted data
This commit is contained in:
parent
eb902d8a52
commit
7bf9901c9a
4 changed files with 17 additions and 10 deletions
|
@ -351,7 +351,7 @@ func getBoards(config *trelloConfig) (boards []trelloBoard, err error) {
|
|||
goto foundID
|
||||
}
|
||||
}
|
||||
boards[bx].Included = true // include boards by default
|
||||
boards[bx].Included = false // don't include boards by default
|
||||
foundID:
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue