Test Webhook

This commit is contained in:
2019-03-27 00:47:14 +01:00
parent 81af341b8b
commit 8b0820ece4

View File

@@ -5,7 +5,7 @@ namespace LaDOSE.REST.Event
{
public class UpdatedJwtEventHandler : EventArgs
{
private ApplicationUserDTO msg;
private readonly ApplicationUserDTO msg;
public UpdatedJwtEventHandler(ApplicationUserDTO applicationUser)
{
this.msg = applicationUser;