aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/documents/Documents.ts2
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 = {}) {