Remove unused imports

This commit is contained in:
rijkvanzanten
2021-01-12 16:15:44 -05:00
parent 6b029b416b
commit 178e91106b
13 changed files with 12 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { NextFunction, Request, RequestHandler, Response } from 'express';
import { RequestHandler } from 'express';
import asyncHandler from '../utils/async-handler';
import env from '../env';
import { getCacheKey } from '../utils/get-cache-key';