Skip to content

Commit e4da0be

Browse files
authored
Remove unused import statement
Remove unused import of isNumber from util
1 parent 7d1c3ac commit e4da0be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/scripts/noDetails.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { readFile, writeFile } from 'fs/promises';
22
import { join } from 'path';
3-
import { isNumber } from 'util';
43

54
export default async (page, { req, res, next }, config) => {
65
const runtimeConfig = JSON.parse(await readFile(join(".", 'config.json'), 'utf-8'));
@@ -16,4 +15,4 @@ export default async (page, { req, res, next }, config) => {
1615
// console.debug(urlParts);
1716
return {};
1817
}
19-
}
18+
}

0 commit comments

Comments
 (0)