Remove extra line
This commit is contained in:
@@ -101,7 +101,6 @@ export async function processFiles(_files: File[]) {
|
|||||||
const volumes: Record<string, Volume> = {};
|
const volumes: Record<string, Volume> = {};
|
||||||
const mangas: string[] = [];
|
const mangas: string[] = [];
|
||||||
|
|
||||||
|
|
||||||
const files = _files.sort((a, b) => {
|
const files = _files.sort((a, b) => {
|
||||||
return decodeURI(a.name).localeCompare(decodeURI(b.name), undefined, {
|
return decodeURI(a.name).localeCompare(decodeURI(b.name), undefined, {
|
||||||
numeric: true,
|
numeric: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user