Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Aug 27, 2024
1 parent 65687da commit 05d767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/files/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { mkdir, readdir, rm, rename, stat, writeFile } = require('fs/promises')
const { existsSync } = require('fs')
const { dirname, join, normalize, basename } = require('path')
const { dirname, join, normalize } = require('path')
const multer = require('multer')

const filesInterface = (app, settings) => {
Expand Down

0 comments on commit 05d767e

Please sign in to comment.