feat: T04 fixes - i18n, auth tests, contact/vehicle test cleanup, status updates
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ export function isAuthenticated(): boolean {
|
||||
return getAuthToken() !== null;
|
||||
}
|
||||
|
||||
async function apiFetch<T>(
|
||||
export async function apiFetch<T>(
|
||||
path: string,
|
||||
options: RequestInit = {}
|
||||
): Promise<T> {
|
||||
|
||||
Reference in New Issue
Block a user