removed to comments that should't be there

This commit is contained in:
kukulaka
2020-08-31 18:33:30 +01:00
parent 957291b704
commit 2dfece3eeb

View File

@@ -9,8 +9,6 @@ import { RedisNotFoundException } from '../exceptions';
import env from '../env';
const delCacheMiddleware: RequestHandler = asyncHandler(async (req, res, next) => {
// setting the cache
if (env.CACHE_ENABLED !== 'true') return next();
//key needs to have url, query and permissions