You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i'm trying to use getCardsOnBoardWithExtraParams, but i don't know what i'm doing wrong.
I want to return only cards with due date equals false.
let params = { dueComplete: false }
let boardId = "......"
trello.getCardsOnBoardWithExtraParams(boardId, params)
.then(boards => {
// My implementation
})