From 3b2c0bedc34edb98d457bd3a364fc0d03adfbc19 Mon Sep 17 00:00:00 2001 From: ZXY101 Date: Tue, 30 Jan 2024 10:30:35 +0200 Subject: [PATCH] Remove extra line --- src/lib/upload/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/upload/index.ts b/src/lib/upload/index.ts index 8f21324..68a4607 100644 --- a/src/lib/upload/index.ts +++ b/src/lib/upload/index.ts @@ -101,7 +101,6 @@ export async function processFiles(_files: File[]) { const volumes: Record = {}; const mangas: string[] = []; - const files = _files.sort((a, b) => { return decodeURI(a.name).localeCompare(decodeURI(b.name), undefined, { numeric: true,