mirror of
https://github.com/directus/directus.git
synced 2026-01-30 08:47:57 -05:00
removed to comments that should't be there
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user