fix: push failed
This commit is contained in:
parent
c7c58695e8
commit
f51ad5ce1c
|
|
@ -137,11 +137,6 @@ export async function acceptAssignment(id: any) {
|
||||||
return httpPostInterceptor(url, id);
|
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) {
|
export async function acceptAssignmentTa(id: any) {
|
||||||
const url = `assignment-expert/acceptance?id=${id}`;
|
const url = `assignment-expert/acceptance?id=${id}`;
|
||||||
return httpPostInterceptor(url, id);
|
return httpPostInterceptor(url, id);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue