From 8b0820ece48d56daed855d5b3ee6f85fa47eb138 Mon Sep 17 00:00:00 2001 From: Darkstack <1835601+darkstack@users.noreply.github.com> Date: Wed, 27 Mar 2019 00:47:14 +0100 Subject: [PATCH] Test Webhook --- LaDOSE.Src/LaDOSE.REST/Event/UpdatedEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaDOSE.Src/LaDOSE.REST/Event/UpdatedEvent.cs b/LaDOSE.Src/LaDOSE.REST/Event/UpdatedEvent.cs index 2f28667..496a033 100644 --- a/LaDOSE.Src/LaDOSE.REST/Event/UpdatedEvent.cs +++ b/LaDOSE.Src/LaDOSE.REST/Event/UpdatedEvent.cs @@ -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;