diff options
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<Doc>(), options); } export function HistogramDocument(histoOp: HistogramOperation, options: DocumentOptions = {}) { |