Format stuff

This commit is contained in:
Zoe Roux 2025-04-06 14:24:43 +02:00
parent dcbe817d60
commit 026ad817bc
No known key found for this signature in database

View File

@ -12,9 +12,9 @@ export const getStudio = async (
headers: langs headers: langs
? { ? {
"Accept-Language": langs, "Accept-Language": langs,
...await getJwtHeaders() ...(await getJwtHeaders()),
} }
: await getJwtHeaders() : await getJwtHeaders(),
}), }),
); );
const body = await resp.json(); const body = await resp.json();
@ -42,9 +42,9 @@ export const getShowsByStudio = async (
headers: langs headers: langs
? { ? {
"Accept-Language": langs, "Accept-Language": langs,
...await getJwtHeaders() ...(await getJwtHeaders()),
} }
: await getJwtHeaders() : await getJwtHeaders(),
}), }),
); );
const body = await resp.json(); const body = await resp.json();