mirror of
https://github.com/wassname/talk.git
synced 2026-08-10 12:41:02 +08:00
Fix the people tag.
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
import coralApi from '../../../coral-framework/helpers/response';
|
||||
|
||||
export const fetchAccounts = (query = {}) => dispatch => {
|
||||
|
||||
dispatch(requestFetchAccounts());
|
||||
coralApi(`/users?${qs.stringify(query)}`)
|
||||
.then(({result, page, count, limit, totalPages}) =>{
|
||||
|
||||
Reference in New Issue
Block a user