Skip to content

Commit

Permalink
set to Distinction only Payload
Browse files Browse the repository at this point in the history
  • Loading branch information
granstel committed Oct 22, 2023
1 parent 56542c5 commit c476b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dodo1000Bot.Models/Domain/Notification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public Notification(NotificationType type)

public NotificationPayload Payload { get; set; }

public string Distinction => $"{Type}{Payload}";
public string Distinction => $"{Payload}";
}
}

0 comments on commit c476b06

Please sign in to comment.