We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4fd64 commit dcef71cCopy full SHA for dcef71c
src/clientStub.ts
@@ -300,7 +300,7 @@ export class DgraphClientStub {
300
throw new Error("Pre v1.1 clients do not support Login methods");
301
}
302
303
- const body: { [k: string]: string | number } = {};
+ const body: { [k: string]: string } = {};
304
if (
305
userid === undefined &&
306
refreshToken === undefined &&
@@ -340,7 +340,7 @@ export class DgraphClientStub {
340
341
342
343
- const body: { [k: string ]: string | number} = {};
+ const body: { [k: string]: string | number } = {};
344
345
346
0 commit comments