Lint fixes

This commit is contained in:
WardPearce
2026-02-18 14:42:51 +13:00
parent fead13927c
commit e3c7dcf891
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -72,6 +72,7 @@ export async function initI18n(selectedLocale: string = getUserLocale()): Promis
await i18next.init(options);
locale.set(langToLoad);
_.set(i18next.t.bind(i18next));
await loadDayjsLocale(selectedLocale);
+1 -2
View File
@@ -12,8 +12,7 @@ import {
invidiousInstanceStore,
interfaceDefaultPage,
isAndroidTvStore,
rawMasterKeyStore,
hideSearchStore
rawMasterKeyStore
} from '$lib/store';
import { get, type Writable } from 'svelte/store';
import { Capacitor } from '@capacitor/core';