From 064b3bcacc800fec6b3a9ed41aab2e9f2b2290bf Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 14:37:50 -0700 Subject: [PATCH] Servce --- CommonServer/Services/Index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonServer/Services/Index.ts b/CommonServer/Services/Index.ts index 2e9e61d686..f6aab30b65 100644 --- a/CommonServer/Services/Index.ts +++ b/CommonServer/Services/Index.ts @@ -68,7 +68,7 @@ import WorkflowService from './WorkflowService'; import WorkflowVariablesService from './WorkflowVariableService'; import WorkflowLogService from './WorkflowLogService'; -// SMS Log Servce +// SMS Log Service import SmsLogService from './SmsLogService'; import CallLogService from './CallLogService'; import EmailLogService from './EmailLogService';