Skip to content

Commit

Permalink
Remove obsolete attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-scott committed Nov 1, 2024
1 parent 681ba85 commit 83e462c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NotificationApi/NotificationApi.Contract/MessageType.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace NotificationApi.Contract
{
// Public contract for NotificationApi.Domain.Enums.MessageType
[Obsolete("Will be replaced with a new endpoint")]
public enum MessageType
{
Email = 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace NotificationApi.Contract
{
// Public contract for NotificationApi.Domain.Enums.NotificationType
[Obsolete("Will be replaced with a new endpoint")]
public enum NotificationType
{
CreateIndividual = 1,
Expand Down

0 comments on commit 83e462c

Please sign in to comment.