lint: const

This commit is contained in:
Girish Ramakrishnan
2024-05-17 13:18:53 +02:00
parent 37d1dc7c6d
commit bbf402368f
+1 -1
View File
@@ -88,7 +88,7 @@ async function getSwaps() {
}
async function getDisks() {
let [dfError, dfEntries] = await safe(df.disks());
const [dfError, dfEntries] = await safe(df.disks());
if (dfError) throw new BoxError(BoxError.FS_ERROR, `Error running df: ${dfError.message}`);
const disks = {}; // by file system