mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
chore: added users service unit tests
This commit is contained in:
@@ -3,7 +3,7 @@ import User from "../../models/User";
|
||||
|
||||
interface Request {
|
||||
searchParam?: string;
|
||||
pageNumber?: string;
|
||||
pageNumber?: string | number;
|
||||
}
|
||||
|
||||
interface Response {
|
||||
|
||||
Reference in New Issue
Block a user