diff --git a/src/api/file-explorer.js b/src/api/file-explorer.js index c2806fc..c3644a4 100644 --- a/src/api/file-explorer.js +++ b/src/api/file-explorer.js @@ -128,4 +128,4 @@ exports.setup = (mstream) => { res.status(500).json({ error: typeof err === 'string' ? err : 'Unknown Error' }); } }); -}W \ No newline at end of file +} \ No newline at end of file