mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Fix SerializeDataStartRequestParams initialization (#1054)
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Microsoft.Kusto.ServiceLayer.QueryExecution.Contracts
|
|||||||
{
|
{
|
||||||
this.SaveFormat = saveFormat;
|
this.SaveFormat = saveFormat;
|
||||||
this.FilePath = savePath;
|
this.FilePath = savePath;
|
||||||
this.Rows = Rows;
|
this.Rows = rows;
|
||||||
this.IsLastBatch = isLast;
|
this.IsLastBatch = isLast;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user