aboutsummaryrefslogtreecommitdiff
path: root/src/client/DocServer.ts
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-08-02 16:11:08 -0400
committerGitHub <noreply@github.com>2021-08-02 16:11:08 -0400
commit4241043265da64f4d4ecd622ad893638bd0d9435 (patch)
tree2d399160a319b7931b22f7b7fd38e9ad3483ea33 /src/client/DocServer.ts
parent44ed361a9f59a16bbd1b5f2483ba7eb10df2fa82 (diff)
parent94705e6cf119b9cdfcc0d857f71051eac10235c9 (diff)
Merge pull request #11 from brown-dash/sharing_scenario
Sharing scenario
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r--src/client/DocServer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts
index 1d7497cf8..59278d2af 100644
--- a/src/client/DocServer.ts
+++ b/src/client/DocServer.ts
@@ -225,7 +225,7 @@ export namespace DocServer {
* the server if the document has not been cached.
* @param id the id of the requested document
*/
- const _GetRefFieldImpl = (id: string, force: boolean = false): Promise<Opt<RefField>> => {
+ const _GetRefFieldImpl = async (id: string, force: boolean = false): Promise<Opt<RefField>> => {
// an initial pass through the cache to determine whether the document needs to be fetched,
// is already in the process of being fetched or already exists in the
// cache