From e139432e6a0ed2773ee64528c52b1f6fe5bb5b26 Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 14:44:47 -0700 Subject: [PATCH] Invlaid --- CommonServer/Services/UserOnCallLogService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonServer/Services/UserOnCallLogService.ts b/CommonServer/Services/UserOnCallLogService.ts index 867c21697e..1abe72a084 100644 --- a/CommonServer/Services/UserOnCallLogService.ts +++ b/CommonServer/Services/UserOnCallLogService.ts @@ -250,7 +250,7 @@ export class Service extends DatabaseService { notificationRuleType = NotificationRuleType.ON_CALL_INCIDENT_CREATED; } else { - // Invlaid user notification event type. + // Invalid user notification event type. throw new BadDataException('Invalid user notification event type.'); } return notificationRuleType;