Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7423cb3

Browse files
committed
feat: add mock test
1 parent 39c1cb8 commit 7423cb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/teams.js

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export const getMyTeams = (name, page = 1, perPage) => {
2929
* @returns {Promise<{}>} role detail
3030
*/
3131
export const sendRoleSearchRequest = (data) => {
32+
// mock data
33+
delete data.previousRoleSearchRequestId
3234
return axios.post(`${config.API.V5}/taas-teams/sendRoleSearchRequest`, data);
3335
};
3436

0 commit comments

Comments
 (0)