no return await
This commit is contained in:
parent
5fa3415971
commit
b5b0dc58a3
|
@ -195,6 +195,6 @@ export class ApRequestService {
|
|||
}
|
||||
);
|
||||
|
||||
return await res.json();
|
||||
return res.json();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue