aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2023-07-19 14:18:06 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2023-07-19 14:18:06 -0400
commitfb7a5724eec129b8a05d14e8dd58baaa5e15eb30 (patch)
treec63eeb61b752704f21145ae809675224b7547b82 /src/client/documents/Documents.ts
parente0c100ecb1fe2b16209e955911f7e8267a2535ef (diff)
parent7c1017f15b9c0ad09d3e0185e310733ab7c10c09 (diff)
Merge branch 'james-azure-image' into sophie-report-manager
Diffstat (limited to 'src/client/documents/Documents.ts')
-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 5ef033e35..f3f645ca2 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -1731,7 +1731,7 @@ export namespace DocUtils {
return;
}
const full = { ...options, _width: 400, title: name };
- const pathname = Utils.prepend(result.accessPaths.agnostic.client);
+ const pathname = result.accessPaths.agnostic.client;
const doc = await DocUtils.DocumentFromType(type, pathname, full, overwriteDoc);
if (doc) {
const proto = Doc.GetProto(doc);