From 9774aeeef8d2ce85ebfecabdd3acd6d045a222e8 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Sat, 28 Sep 2019 03:58:30 -0400 Subject: small fix --- src/client/DocServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts index e48654372..2cec1046b 100644 --- a/src/client/DocServer.ts +++ b/src/client/DocServer.ts @@ -188,7 +188,7 @@ export namespace DocServer { } }; - let _GetRefField: (id: string, mongoCollection?: string) => Promise> = errorFunc; + let _GetRefField: (id: string) => Promise> = errorFunc; export function GetRefField(id: string): Promise> { return _GetRefField(id); -- cgit v1.2.3-70-g09d2