From 6271f7546e23cb6dcaa67261322f086d8538128d Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Tue, 2 Feb 2021 19:25:02 -0500 Subject: [PATCH] whoops --- src/api/file-explorer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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