From e0484d33f7331f2d952a8b6b469333e12e4c6960 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=A1=B0=EB=8C=80=ED=9D=AC?= <joedaehui@ajou.ac.kr>
Date: Fri, 15 Nov 2024 11:04:29 +0900
Subject: [PATCH] =?UTF-8?q?style:=20=EC=8A=A4=EC=BC=80=EC=A4=84=20?=
 =?UTF-8?q?=EC=BB=A8=ED=8A=B8=EB=A1=A4=EB=9F=AC=20=EC=98=A4=ED=83=80=20?=
 =?UTF-8?q?=EC=88=98=EC=A0=95=20(#6)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 controllers/scheduleController.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/controllers/scheduleController.js b/controllers/scheduleController.js
index 9a148f3..5db38ca 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
-- 
GitLab