From 2066873ce1095c85013be880822d25df44e2e6b5 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Mon, 8 Jul 2019 11:18:27 -0400 Subject: import proto tweak --- src/client/documents/Documents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 26a6f202c..07812432c 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -273,7 +273,7 @@ export namespace Docs { } export function DirectoryImportDocument(options: DocumentOptions = {}) { - return CreateInstance(importProto, "", options); + return CreateInstance(importProto, new List(), options); } export function HistogramDocument(histoOp: HistogramOperation, options: DocumentOptions = {}) { -- cgit v1.2.3-70-g09d2