mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-01 04:34:50 -04:00
Format stuff
This commit is contained in:
parent
dcbe817d60
commit
026ad817bc
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user