diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-09 17:44:14 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-09 17:44:14 -0400 |
commit | 5c876f2f456f75e9886946f738f07a730688f38a (patch) | |
tree | 037b1196c329953becd53cf9bf41cc3c091b44f6 /src/client/DocServer.ts | |
parent | 99028f27788740d377fec3504f9370412cd2947d (diff) |
lint fixes
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 bf9fd232c..34ef502ad 100644 --- a/src/client/DocServer.ts +++ b/src/client/DocServer.ts @@ -250,7 +250,7 @@ export namespace DocServer { if (cached !== undefined && !(cached instanceof Promise)) { return cached; } - } + }; let _GetRefField: (id: string) => Promise<Opt<RefField>> = errorFunc; let _GetCachedRefField: (id: string) => Opt<RefField> = errorFunc; |