mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Format stuff
This commit is contained in:
parent
dcbe817d60
commit
026ad817bc
@ -12,9 +12,9 @@ export const getStudio = async (
|
||||
headers: langs
|
||||
? {
|
||||
"Accept-Language": langs,
|
||||
...await getJwtHeaders()
|
||||
...(await getJwtHeaders()),
|
||||
}
|
||||
: await getJwtHeaders()
|
||||
: await getJwtHeaders(),
|
||||
}),
|
||||
);
|
||||
const body = await resp.json();
|
||||
@ -42,9 +42,9 @@ export const getShowsByStudio = async (
|
||||
headers: langs
|
||||
? {
|
||||
"Accept-Language": langs,
|
||||
...await getJwtHeaders()
|
||||
...(await getJwtHeaders()),
|
||||
}
|
||||
: await getJwtHeaders()
|
||||
: await getJwtHeaders(),
|
||||
}),
|
||||
);
|
||||
const body = await resp.json();
|
||||
|
Loading…
x
Reference in New Issue
Block a user