add notification rule

This commit is contained in:
Simon Larsen
2023-06-19 17:57:48 +01:00
parent ea50830dae
commit da2683391d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ enum NoticationRuleType {
ON_CALL_CHANGE = 'On Call Change',
}
export default NoticationRuleType;
export default NoticationRuleType;

View File

@@ -177,5 +177,5 @@ export default [
UserEmail,
UserSms,
UserCall,
UserNotifiacationRule
UserNotifiacationRule,
];