This commit is contained in:
Jamie 2018-01-24 08:09:29 +00:00
parent fb75ca84fc
commit 958657b09a

View file

@ -192,6 +192,8 @@ namespace Ombi.Store.Context
Enabled = true,
};
break;
case NotificationType.AdminNote:
continue;
default:
throw new ArgumentOutOfRangeException();
}