diff --git a/controllers/scheduleController.js b/controllers/scheduleController.js index 9a148f38764d0c0a5fe22a1493f165e217678c4b..5db38ca59c8c0bdf9871f758960865059239d45a 100644 --- a/controllers/scheduleController.js +++ b/controllers/scheduleController.js @@ -1,4 +1,3 @@ -const { success } = require('../passport/googleStrategy'); const ScheduleService = require('../services/scheduleService'); class scheduleController { @@ -167,4 +166,4 @@ class scheduleController { } } -module.exports = new ScheduleController(); \ No newline at end of file +module.exports = new scheduleController(); \ No newline at end of file