fix: push failed

This commit is contained in:
Sabda Yagra 2025-12-09 16:08:29 +07:00
parent c7c58695e8
commit f51ad5ce1c
1 changed files with 0 additions and 5 deletions

View File

@ -137,11 +137,6 @@ export async function acceptAssignment(id: any) {
return httpPostInterceptor(url, id);
}
export async function getAcceptanceTa(id: any, isAccept: any) {
const url = `assignment-expert/acceptance?id=${id}&isAccept=${isAccept}`;
return httpGetInterceptor(url);
}
export async function acceptAssignmentTa(id: any) {
const url = `assignment-expert/acceptance?id=${id}`;
return httpPostInterceptor(url, id);