style: update user member
Deskripsi: - update api division - update task - update calender - update division - update project No Issue
This commit is contained in:
@@ -82,4 +82,9 @@ export const funGetListDivisionByIdDivision = async (path: string) => {
|
||||
export const funGetReportDivision = async (path?: string) => {
|
||||
const response = await fetch(`/api/division/report${(path) ? path : ''}`, { next: { tags: ['discussion'] } });
|
||||
return await response.json().catch(() => null);
|
||||
}
|
||||
|
||||
export const funGetSearchMemberDivision = async (path: string, id: string) => {
|
||||
const response = await fetch(`/api/division/${id}/member/${(path) ? path : ''}`, { next: { tags: ['division'] } });
|
||||
return await response.json().catch(() => null);
|
||||
}
|
||||
Reference in New Issue
Block a user