Lint fixes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<script lang="ts">
|
||||
import { isUnrestrictedPlatform, isYTBackend } from '$lib/misc';
|
||||
import { _ } from '$lib/i18n';
|
||||
import {
|
||||
invidiousAuthStore,
|
||||
|
||||
@@ -48,8 +48,8 @@ export async function load() {
|
||||
videos = await sortVideosByFavourites([...feed.notifications, ...feed.videos]);
|
||||
feedCacheStore.set({ ...get(feedCacheStore), subscription: videos });
|
||||
})
|
||||
.catch((error) => {
|
||||
error(500, error);
|
||||
.catch((errorMsg) => {
|
||||
error(500, errorMsg);
|
||||
})
|
||||
.finally(() => {
|
||||
feedLoadingStore.set(false);
|
||||
|
||||
Reference in New Issue
Block a user