diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-08 11:18:27 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-08 11:18:27 -0400 |
commit | 2066873ce1095c85013be880822d25df44e2e6b5 (patch) | |
tree | 3dcd0535f0ddcf6da5b21a03fdc816afac482061 /src | |
parent | 6145a7ef060aeb1b815b2da7acba4d8f9d2e2bdc (diff) |
import proto tweak
Diffstat (limited to 'src')
-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 = {}) { |