Skip to content

Commit d3f6840

Browse files
author
David Bach
committed
Merge remote-tracking branch 'origin/master' into push-to-client-sdks-oss-repos
2 parents 385ab21 + 1de7836 commit d3f6840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DelveClientSDK/DelveClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public partial class CSVFileSyntax : FileSyntax
252252
{
253253
public CSVFileSyntax(
254254
ICollection<string> header = null,
255-
int headerRow = -1,
255+
int headerRow = 1,
256256
bool normalizeNames = false,
257257
int dataRow = -1,
258258
ICollection<string> missingStrings = null,

0 commit comments

Comments
 (0)