This commit is contained in:
Carl Downing 2023-07-30 14:44:47 -07:00
parent 3902a96a64
commit e139432e6a

View File

@ -250,7 +250,7 @@ export class Service extends DatabaseService<Model> {
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;