mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-08-03 01:53:18 +08:00
Separated distance calculation and far map renderer into own components
This commit is contained in:
parent
12e3d29822
commit
790574daee
5 changed files with 116 additions and 75 deletions
|
@ -6,6 +6,7 @@ import {
|
|||
OnboardingType,
|
||||
PatchUserInfoType,
|
||||
RegistrationType,
|
||||
StudentStatusPatchType,
|
||||
StudentStatusType,
|
||||
} from "../../interfaces/Interfaces";
|
||||
|
||||
|
@ -243,7 +244,7 @@ export async function GetStudentStatus() {
|
|||
});
|
||||
}
|
||||
|
||||
export async function PatchStudentStatus(info: StudentStatusType) {
|
||||
export async function PatchStudentStatus(info: StudentStatusPatchType) {
|
||||
const config = await GetConfig();
|
||||
console.log(info);
|
||||
return instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue