fix: typo
This commit is contained in:
parent
0d6d44f20b
commit
95d4321284
4 changed files with 4 additions and 4 deletions
|
|
@ -94,7 +94,7 @@ export async function listUser(search = "", page = 1, pageSize = 30) {
|
|||
/**
|
||||
* Count user in the system. Can be use for pagination purpose.
|
||||
*
|
||||
* @returns numer of user on success.
|
||||
* @returns user count on success.
|
||||
*/
|
||||
export async function countUser(search = "") {
|
||||
const res = await fetch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue