From e0801f0c195baf677247193c274426b2483eafb1 Mon Sep 17 00:00:00 2001 From: Zephyrrus Date: Wed, 6 Jan 2021 23:31:10 +0200 Subject: fix: use PassThrough from FileType to get the real mimetype of a file while it's being saved to the disk --- src/api/routes/admin/statsGET.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/api/routes/admin/statsGET.js') diff --git a/src/api/routes/admin/statsGET.js b/src/api/routes/admin/statsGET.js index 8e53529..388d4fa 100644 --- a/src/api/routes/admin/statsGET.js +++ b/src/api/routes/admin/statsGET.js @@ -1,6 +1,4 @@ const Route = require('../../structures/Route'); -const Util = require('../../utils/Util'); - const StatsGenerator = require('../../utils/StatsGenerator'); // Thank you Bobby for the stats code https://github.com/BobbyWibowo/lolisafe/blob/safe.fiery.me/controllers/utilsController.js -- cgit v1.2.3