Fix DMP message name to use correct casing (#386)

This commit is contained in:
Karl Burtram
2017-06-16 15:38:47 -07:00
committed by GitHub
parent a646d627c6
commit 7ce7ec22de

View File

@@ -71,6 +71,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.Contracts
{
public static readonly
EventType<SessionCreatedParameters> Type =
EventType<SessionCreatedParameters>.Create("objectexplorer/sessionCreated");
EventType<SessionCreatedParameters>.Create("objectexplorer/sessioncreated");
}
}