mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Hidden unused console.log in api
This commit is contained in:
parent
c4413a185d
commit
7da7d0f217
1 changed files with 0 additions and 1 deletions
|
@ -246,7 +246,6 @@ export async function GetStudentStatus() {
|
||||||
|
|
||||||
export async function PatchStudentStatus(info: StudentStatusPatchType) {
|
export async function PatchStudentStatus(info: StudentStatusPatchType) {
|
||||||
const config = await GetConfig();
|
const config = await GetConfig();
|
||||||
console.log(info);
|
|
||||||
return instance
|
return instance
|
||||||
.patch("/api/v1/student_status/self/", info, config)
|
.patch("/api/v1/student_status/self/", info, config)
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
|
|
Loading…
Reference in a new issue