diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-08-05 17:17:41 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-08-05 17:17:41 -0400 |
commit | 04ae1c712422036b3986675486ea9a1eddb25e36 (patch) | |
tree | 2cba3d0cf65a7f18d959620a3bd1d9a7e455bff5 /src/client/DocServer.ts | |
parent | 2ec093982c06965086326df73d365e1b54f6a2a2 (diff) | |
parent | b9d72dd3ed3b800ef9bd1f6695ac37e14d21f675 (diff) |
Merge branch 'master' into search-david
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r-- | src/client/DocServer.ts | 2 |
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 |