Skip to content

Commit 98a259a

Browse files
committed
Remove useless imports
1 parent 277f801 commit 98a259a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/resourceController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Request, Response } from 'express';
22
import { asyncHandler } from '../utils/asyncHandler.js';
3-
import { sendSuccess, sendError, sendBadRequest, sendNotFound, sendCreated } from '../utils/apiResponses.js';
3+
import { sendSuccess, sendBadRequest, sendNotFound } from '../utils/apiResponses.js';
44
import Resource from '../models/resourceModel.js';
55
import { validateResource } from '../schemas/resourceSchema.js';
66
import { deleteFile } from '../middleware/uploadMiddleware.js';

0 commit comments

Comments
 (0)