Closed ghost closed 4 years ago
I love this package but i can't save data into var like this
var id =""; api.getBoards('Shinkoz').then(boardName => { id = boardName[0].id }
var id ="";
api.getBoards('Shinkoz').then(boardName => {
id = boardName[0].id
}
is there a method for this?
I love this package but i can't save data into var like this
var id ="";
api.getBoards('Shinkoz').then(boardName => {
id = boardName[0].id
}
is there a method for this?