Skip to content

Commit

Permalink
Update DashboardHub.cs
Browse files Browse the repository at this point in the history
Fixed a typo :)
  • Loading branch information
oitptobbe authored Aug 13, 2019
1 parent e1b0dd0 commit 5408912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalDashboard/Server/DashboardHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public Task ClientEvent(string eventId, string eventName, string eventData, stri
{
variables.Add("EventData", eventData);
}
variables.Add("EventId", EventId);
variables.Add("EventId", eventId);

variables.Add("MemoryCache", _memoryCache);

Expand Down

0 comments on commit 5408912

Please sign in to comment.