Skip to content

Commit

Permalink
fixed: typo at import
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-ekeyekwu committed Jul 10, 2020
1 parent 6e2f8af commit c3ec3b6
Show file tree
Hide file tree
Showing 3 changed files with 5,004 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/serviceController/deleteSingleService.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const mongoose = require('mongoose');
// Utilities
const CustomError = require('../../utils/customError');
const responseHandler = require('../../utils/responseHandler');
const responseHandler = require('../../utils/responsehandler');

// Models
const ServiceModel = require('../../models/services');
Expand Down
Loading

0 comments on commit c3ec3b6

Please sign in to comment.