kentcdodds/bookshelf

Probably a typo

Closed this issue · 1 comments

const lis = listItemsDB.readByOwner(user.id)
const listItemsAndBooks = lis.map(listItem => ({

Could lis be list or I’m missing something here?

That variable holds list items. I think "lis" is an abbreviation.

Thanks anyway!