mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
build(deps): update dependencies and update relevant files
This commit is contained in:
@@ -145,7 +145,7 @@ CoreApp.getInitialProps = async (initialProps) => {
|
||||
|
||||
const cookies = parseCookies(ctx);
|
||||
|
||||
if (!!cookies.locale) {
|
||||
if (cookies.locale) {
|
||||
locale = cookies.locale;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user