Open QingpingMeng opened 6 years ago
byAuthor: (author, page, query) => requests.get(/articles?author=${encode(author)}&${limit(5, page)}),
byAuthor: (author, page, query) => requests.get(
),
query is declared by not used.
articlesStore.js calls byAuthor with author, page, LIMIT, where LIMIT is not used at all.
byAuthor: (author, page, query) => requests.get(
/articles?author=${encode(author)}&${limit(5, page)}),
query is declared by not used.
articlesStore.js calls byAuthor with author, page, LIMIT, where LIMIT is not used at all.