diff --git a/src/Diagnostics.ModelsAndUtils/Models/ResponseExtensions/DynamicInsight.cs b/src/Diagnostics.ModelsAndUtils/Models/ResponseExtensions/DynamicInsight.cs index 19c87117f..9e58fc15b 100644 --- a/src/Diagnostics.ModelsAndUtils/Models/ResponseExtensions/DynamicInsight.cs +++ b/src/Diagnostics.ModelsAndUtils/Models/ResponseExtensions/DynamicInsight.cs @@ -75,9 +75,9 @@ public static partial class ResponseInsightsExtension /// public async static Task]]> Run(DataProviders dp, OperationContext cxt, Response res) /// { /// var diagnosticData = new DiagnosticData { - /// Table = table //This is where you would execute kusto query + /// Table = table, //This is where you would execute kusto query /// RenderingProperties = new TimeSeriesRendering() - /// } + /// }; /// /// DynamicInsight insight = new DynamicInsight(InsightStatus.Critical, "This insight will expand to show a graph", diagnosticData); ///