From 64a55967cc43a664c01cf1546c6533f663867ac3 Mon Sep 17 00:00:00 2001 From: Adrienne Date: Sun, 2 Mar 2025 14:46:08 -0500 Subject: [PATCH] build check format fix --- backend/src/dao/InterviewSchedulerDao.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/dao/InterviewSchedulerDao.ts b/backend/src/dao/InterviewSchedulerDao.ts index 7d182fa03..f829683b2 100644 --- a/backend/src/dao/InterviewSchedulerDao.ts +++ b/backend/src/dao/InterviewSchedulerDao.ts @@ -25,7 +25,7 @@ export default class InterviewSchedulerDao extends BaseDao { return this.getDocument(uuid); @@ -53,7 +53,7 @@ export default class InterviewSchedulerDao extends BaseDao { return this.updateDocument(instance.uuid, instance); } - + /** * Deletes an instance of Interview Scheduler * @param uuid the uuid of the instance to delete