Skip to content

Commit 693464d

Browse files
committed
Fix lint
1 parent 8f13481 commit 693464d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/clientStubFromSlash.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import * as Url from "url-parse";
33
import { DgraphClientStub } from "./clientStub";
44

55
const PORT = "443";
6-
/**
7-
* @deprecated since v21.3 and will be removed in v21.07 release.
8-
*/
6+
/**
7+
* @deprecated since v21.3 and will be removed in v21.07 release.
8+
*/
99

1010
export function clientStubFromSlashGraphQLEndpoint(
1111
graphqlEndpoint: string,

0 commit comments

Comments
 (0)