Skip to content

Commit e91509a

Browse files
authored
fix GRAPH.EXPLAIN - fix transform typo in transformReply
1 parent 68d835d commit e91509a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/graph/lib/commands/EXPLAIN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export function transformArguments(key: string, query: string): Array<string> {
66
return ['GRAPH.EXPLAIN', key, query];
77
}
88

9-
export declare function transfromReply(): Array<string>;
9+
export declare function transformReply(): Array<string>;

packages/graph/lib/commands/PROFILE.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export function transformArguments(key: string, query: string): Array<string> {
66
return ['GRAPH.PROFILE', key, query];
77
}
88

9-
export declare function transfromReply(): Array<string>;
9+
export declare function transformReply(): Array<string>;

0 commit comments

Comments
 (0)