Updated references of moved things
This commit is contained in:
@@ -43,6 +43,7 @@ export async function getMyLOA(): Promise<LOARequest | null> {
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
credentials: 'include',
|
||||
});
|
||||
|
||||
|
||||
@@ -63,6 +64,7 @@ export function getAllLOAs(): Promise<LOARequest[]> {
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
credentials: 'include',
|
||||
}).then((res) => {
|
||||
if (res.ok) {
|
||||
return res.json();
|
||||
|
||||
Reference in New Issue
Block a user