diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-13 10:39:36 -0400 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-13 10:39:36 -0400 |
commit | 95a42c92c9b4b2af8703afe85ece4e32975a3047 (patch) | |
tree | a592eaaa16f4e8a852ee051ed8851ac131b617bf /src/client/DocServer.ts | |
parent | c2b0b413af3e2a4847d26f14f7833f04a3314e7a (diff) |
typos and minor changes
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 |