Skip to content

Commit

Permalink
Add missed change.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Sep 30, 2019
1 parent 41bc132 commit 83e9ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalDashboard/Execution/EndpointProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void Register(Endpoint callback)
{
if (!_sessionLocks.ContainsKey(callback.SessionId))
{
StartSession(callback.SessionId, string.Empty);
StartSession(callback.SessionId, callback.SessionId);
}
}

Expand Down

0 comments on commit 83e9ed6

Please sign in to comment.