fix worker.js indentation

pull/4/head
Cameron Clough 2022-01-08 22:19:08 +00:00
parent 3323b19d85
commit 450c05501e
2 changed files with 685 additions and 714 deletions

View File

@ -225,7 +225,7 @@ async function getBootlogs(dongle_id) {
date: dateObj,
permalink: `${config.baseDriveDownloadUrl}${dongle_id}/${dongleIdHash}/boot/${file.name}`,
};
})
});
bootlogFiles.sort((a, b) => ((a.date < b.date) ? 1 : -1));
return bootlogFiles;
}

1397
worker.js

File diff suppressed because it is too large Load Diff