mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-11 06:09:23 +02:00
Migrate to Vite+ unified toolchain (#428)
This commit is contained in:
@@ -91,7 +91,7 @@ export async function getOrRefreshAccessToken(
|
||||
throw new Error(`Failed to refresh access token with status=${resp.status} and body=${body}`);
|
||||
}
|
||||
|
||||
// biome-ignore lint/suspicious/noExplicitAny: none
|
||||
// oxlint-disable-next-line no-explicit-any
|
||||
let response: any;
|
||||
try {
|
||||
response = JSON.parse(body);
|
||||
|
||||
Reference in New Issue
Block a user